Type Method
型メソッド
setHostCacheEnabled:
Specifies whether the receiver is to cache instances as it creates them to avoid creating duplicate instances.
レシーバがインスタンスそれらを、それがそれらを作成するときにキャッシュして、重複してインスタンスを作成することを防ぐかどうかを指定します。
Declaration
宣言
+ (void)setHostCacheEnabled:(BOOL)flag;
Parameters
パラメータ
cacheOn
YES
to turn on caching. NO
to turn of caching.
YES
でキャッシュを入りにします。NO
でキャッシュを切りにします。
Discussion
議論
This method doesn’t flush the cache. If you turn caching off and then back on, new requests for hosts use what was in the cache at the time caching was turned off. However, NSHost
objects created while caching is turned off aren’t entered into the cache.
このメソッドは、キャッシュをフラッシュしません。あなたがキャッシュを切りにしてそれから入りに戻すならば、ホストに対する新しいリクエストは、キャッシュが切りにされた時にキャッシュにあったものを使います。しかしながら、キャッシュが切りにされる間に作成されたNSHost
オブジェクトは、キャッシュへと入れられません。
See Also
参照
Managing the Host Cache
ホストキャッシュを管理する
+ isHostCacheEnabled
Indicates whether caching is turned on or off.
キャッシュが入りか切りかを指し示します。
Deprecated
非推奨
+ flushHostCache
Releases the cache of existing NSHost
objects so subsequent requests for NSHost
objects create new ones.
既存のNSHost
オブジェクトのキャッシュを解放します、それでNSHost
オブジェクトに対する以降のリクエストは新しいものを作成します。
Deprecated
非推奨