# `GSLayerDrawHelper.closedPathCache`

*Instance Property*

## Declaration

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

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

```python
closedPathCache() -> dict[NSNumber, NSBezierPath]
setClosedPathCache_(closedPathCache: dict[NSNumber, NSBezierPath])
```

