var urlCache : URLCache?
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 NSURLRequest
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.
このプロパティをNSURLRequest
で定義される定数の1つに設定することで、キャッシュ方針が有効期限と世代に基づくべきか、キャッシュがすっかり無効にされるべきか、そしてその内容がそれが最後にリクエストされた時から変化したか決定するためにサーバに連絡をとるべきかを指定します。
The default value is NSURLRequest
.
省略時の値は、NSURLRequest
です。