The cache with which the object of interest is associated. それと興味を引くオブジェクトが結びつけられるキャッシュ。
Instance Method
インスタンスメソッド
cache:
cache:willEvictObject:
Called when an object is about to be evicted or removed from the cache.
オブジェクトがキャッシュから立ち退きまたは除去されようとしている時に呼び出されます。
Availability 有効性
- iOS 4.0+
- iPadOS 4.0+
- macOS 10.6+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
- (void)cache:(NSCache
*)cache
willEvictObject:(id)obj;
Parameters パラメータ
cache
obj
The object of interest in the cache. キャッシュの中の興味を引くオブジェクト。
Discussion 議論
It is not possible to modify cache
from within the implementation of this delegate method.
この委任先メソッドの実装内部からcache
を修正することはへできません。