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

getCachedResponseForDataTask:completionHandler:

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

Declaration 宣言

- (void)getCachedResponseForDataTask:(NSURLSessionDataTask *)dataTask 
                   completionHandler:(void (^)(NSCachedURLResponse *cachedResponse))completionHandler;

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、もしどんな応答もキャッシュの中に見つけられないならば。

See Also 参照

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