# `GSLayerDrawHelper.openPathCache`

*Instance Property*

## Declaration

```swift
var openPathCache: NSMutableDictionary! { get set }
```

```objc
@property (strong) NSMutableDictionary<NSNumber *,NSBezierPath *> * openPathCache;
```

```python
openPathCache() -> dict[NSNumber, NSBezierPath]
setOpenPathCache_(openPathCache: dict[NSNumber, NSBezierPath])
```

