Instance Property
インスタンスプロパティ
evictsObjectsWithDiscardedContent
Whether the cache will automatically evict discardable-content objects whose content has been discarded.
それの内容が廃棄された廃棄可能内容オブジェクトをキャッシュが自動的に立ち退かせるかどうか。
Declaration
宣言
@property BOOL evictsObjectsWithDiscardedContent;
Discussion
議論
If YES
, the cache will evict a discardable-content object after its content is discarded. If NO
, it will not. The default value is YES
.
YES
ならば、キャッシュは廃棄可能内容オブジェクトをそれの内容が廃棄された後に立ち退かせるでしょう。NO
ならば、そうしません。省略時の値は、YES
です。
See Also
参照
Managing Discardable Content
廃棄可能な内容を管理する
NSDiscardableContent
You implement this protocol when a class’s objects have subcomponents that can be discarded when not being used, thereby giving an application a smaller memory footprint.
あなたがこのプロトコルを実装するのは、あるクラスのオブジェクトが下位構成要素を持ち、それが使われていない時に廃棄されることができ、それによってアプリケーションにより小さいメモリ占有面積を持たせようとする場合です。