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

storeCachedResponse:forRequest:

Stores a cached URL response for a specified request. 指定されたリクエストに対するキャッシュされたURL応答を格納します。

Declaration 宣言

- (void)storeCachedResponse:(NSCachedURLResponse *)cachedResponse 
                 forRequest:(NSURLRequest *)request;

Parameters パラメータ

cachedResponse

The cached URL response to store. 格納することになるキャッシュされたURL応答。

request

The request for which the cached URL response is being stored. それに対してキャッシュされたURL応答が格納されることになるリクエスト。

Discussion 議論

If you override this method, you should also override storeCachedResponse:forDataTask:. あなたがこのメソッドをオーバーライドするならば、あなたはまたstoreCachedResponse:forDataTask:をオーバーライドすべきです。

See Also 参照

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