Instance Method インスタンスメソッド

storeCachedResponse(_:for:)

Stores a cached URL response for a specified data task. 指定されたデータタスクに対するキャッシュされたURL応答を格納します。

Declaration 宣言

func storeCachedResponse(_ cachedResponse: CachedURLResponse, 
                     for dataTask: URLSessionDataTask)

Parameters パラメータ

cachedResponse

The cached URL response to store for this data task. このデータタスクに対して格納されるキャッシュされたURL応答。

dataTask

The data task whose response is to be cached. それの応答がキャッシュされることになるデータタスク。

See Also 参照

Getting and Storing Cached Objects キャッシュオブジェクトの取得と格納