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 ホストキャッシュを管理する