Instance Property
closedPathCache
Declaration
var closedPathCache: NSMutableDictionary! { get set }Declaration
@property (strong) NSMutableDictionary<NSNumber *,NSBezierPath *> * closedPathCache;Declaration
closedPathCache() -> dict[NSNumber, NSBezierPath]
setClosedPathCache_(closedPathCache: dict[NSNumber, NSBezierPath])