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

getCachedResponse(for:completionHandler:)

Gets the cached URL response for a data task, passing it to the provided completion handler. あるデータタスクに対するキャッシュされたURL応答を取得します、それを提供された完了ハンドラに渡して。

Declaration 宣言

func getCachedResponse(for dataTask: URLSessionDataTask, 
     completionHandler: @escaping (CachedURLResponse?) -> Void)

Parameters パラメータ

dataTask

The data task whose cached URL response is desired. それのキャッシュされたURL応答が要望されるデータタスク。

completionHandler

A completion handler that receives the cached URL response for the data task's request, or nil if no response is found in the cache. ある完了ハンドラ、それはデータタスクのもつリクエストに対するそのキャッシュされたURL応答を受け取ります、またはnil、もしどんな応答もキャッシュの中に見つけられないならば。

Discussion 議論

See Also 参照

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