requestCachePolicy
A predefined constant that determines when to return a response from the cache.
あるあらかじめ定義された定数、それはある応答がキャッシュから返されることになる時を決定します。
Availability 有効性
Technology
@property(retain) NSURLCache
*URLCache;
This property determines the URL cache object used by tasks within sessions based on this configuration. このプロパティは、この構成設定に基づくセッション内のタスクによって使われるURLキャッシュオブジェクトを決定します。
To disable caching, set this property to nil
.
キャッシュを作動しないようにするには、このプロパティをnil
に設定してください。
For default sessions, the default value is the shared URL cache object. 省略時のセッションに対して、省略時の値は共有URLキャッシュオブジェクトです。
For background sessions, the default value is nil
.
バックグラウンドセッションに対して、省略時の値はnil
です。
For ephemeral sessions, the default value is a private cache object that stores data in memory only, and is destroyed when you invalidate the session. 短命セッションに対して、省略時の値はプライベートキャッシュオブジェクトです、それはデータをメモリ中にのみ格納します、そしてあなたがセッションを無効にする時に破壊されます。
requestCachePolicy