Contents

delegate

The cache’s delegate.

Declaration

unowned(unsafe) var delegate: (any NSCacheDelegate)? { get set }

Discussion

The delegate must adopt the NSCacheDelegate protocol.

See Also

Managing the Delegate