Instance Property インスタンスプロパティ

delegate

The cache’s delegate. キャッシュの持つ委任先。

Declaration 宣言

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

Discussion 議論

The delegate must adopt the NSCacheDelegate protocol. 委任先は、NSCacheDelegateプロトコルを採用しなければなりません。

See Also 参照

Managing the Delegate 委任先を管理する