# `GSEditViewController.infoBoxCache`

*Instance Property*

## Declaration

```swift
var infoBoxCache: NSMutableDictionary { get }
```

```objc
@property (readonly) NSMutableDictionary<NSString *,GSInspectorViewController *> * infoBoxCache;
```

```python
infoBoxCache() -> dict[str, GSInspectorViewController]
```

