delegate
The cache’s delegate.
Declaration
unowned(unsafe) var delegate: (any NSCacheDelegate)? { get set }Discussion
The delegate must adopt the NSCacheDelegate protocol.
The cache’s delegate.
unowned(unsafe) var delegate: (any NSCacheDelegate)? { get set }The delegate must adopt the NSCacheDelegate protocol.