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

evictsObjectsWithDiscardedContent

Whether the cache will automatically evict discardable-content objects whose content has been discarded. それの内容が廃棄された廃棄可能内容オブジェクトをキャッシュが自動的に立ち退かせるかどうか。

Declaration 宣言

var evictsObjectsWithDiscardedContent: Bool { get set }

Discussion 議論

If true, the cache will evict a discardable-content object after its content is discarded. If false, it will not. The default value is true. trueならば、キャッシュは廃棄可能内容オブジェクトをそれの内容が廃棄された後に立ち退かせるでしょう。falseならば、そうしません。省略時の値は、trueです。

See Also 参照

Managing Discardable Content 廃棄可能な内容を管理する