Instance Property インスタンスプロパティ

requestCachePolicy

A predefined constant that determines when to return a response from the cache. あるあらかじめ定義された定数、それはある応答がキャッシュから返されることになる時を決定します。

Declaration 宣言

@property NSURLRequestCachePolicy requestCachePolicy;

Discussion 議論

This property determines the request caching policy used by tasks within sessions based on this configuration. このプロパティは、この構成設定に基づくセッション内のタスクによって使われるリクエストキャッシュ方針を決定します。

Set this property to one of the constants defined in NSURLRequestCachePolicy to specify whether the cache policy should depend on expiration dates and age, whether the cache should be disabled entirely, and whether the server should be contacted to determine if the content has changed since it was last requested. NSURLRequestCachePolicy以外の文字に割り当てられた添付属性を取り除きます、それらの書体にとって不法なフォントをもつ文字に省略時のフォントを割り当てます、そしてそれ以外ではフォント属性割り当てを訂正します、そして各段落の中の最初の段落スタイル属性値をその段落の全ての文字に割り当てます。

The default value is NSURLRequestUseProtocolCachePolicy. 省略時の値は、NSURLRequestUseProtocolCachePolicyです。

See Also 参照

Setting Caching Policies キャッシュ方針を設定する