Type Property 型プロパティ

sharedURLCache

The shared URL cache instance. 共有URLキャッシュインスタンス。

Declaration 宣言

@property(class, strong) NSURLCache *sharedURLCache;

Discussion 議論

If your app doesn’t have special caching requirements or constraints, the default shared cache instance should be acceptable. Alternatively, you can create a custom NSURLCache object and set it as the shared cache instance using setSharedURLCache:. You should do so before making any calls to this method. あなたのアプリが特別なキャッシュ要件または制約を持たないならば、省略時の共有キャッシュインスタンスが受け入れ可能であるべきです。あるいは、あなたはあつらえのNSURLCacheオブジェクトを作成してそれを共有キャッシュインスタンスとして、setSharedURLCache:を使って設定できます。あなたは、このメソッドへの何らかの呼び出しをする前にそうすべきです。

See Also 参照

Related Documentation 関連文書