Type Method
型メソッド
flushHostCache
Releases the cache of existing NSHost
objects so subsequent requests for NSHost
objects create new ones.
既存のNSHost
オブジェクトのキャッシュを解放します、それでNSHost
オブジェクトに対する以降のリクエストは新しいものを作成します。
Discussion
議論
NSHost
objects that were retained before this method was invoked remain valid.
このメソッドが発動されたのより前にリテインされたNSHost
オブジェクトは、有効なままです。
See Also
参照
Managing the Host Cache
ホストキャッシュを管理する
+ isHostCacheEnabled
Indicates whether caching is turned on or off.
キャッシュが入りか切りかを指し示します。
Deprecated
非推奨
+ setHostCacheEnabled:
Specifies whether the receiver is to cache instances as it creates them to avoid creating duplicate instances.
レシーバがインスタンスそれらを、それがそれらを作成するときにキャッシュして、重複してインスタンスを作成することを防ぐかどうかを指定します。
Deprecated
非推奨