# `GSLayoutManager.cachedFeatures`

*Instance Property*

## Declaration

```swift
var cachedFeatures: [Any]! { get set }
```

```objc
@property (nonatomic, strong) NSArray * cachedFeatures;
```

```python
cachedFeatures() -> list
setCachedFeatures_(cachedFeatures: list)
```

