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

cachePolicy

The request’s cache policy. その要請のもつキャッシュ方針。

Declaration 宣言

var cachePolicy: NSURLRequest.CachePolicy { get set }

Discussion 議論

This property is ignored for requests used to construct URLSessionUploadTask and URLSessionDownloadTask objects, as caching is not supported by the URL Loading System for upload or download requests. このプロパティは、URLSessionUploadTaskURLSessionDownloadTaskオブジェクトを組み立てるのに使われる要請に対して無視されます、キャッシュがURL Loading Systemによって要請のアップロードまたはダウンロードに対してサポートされないのと同様に。

See Also 参照

Working with a Cache Policy キャッシュ方針を扱う