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

removeCachedResponseForDataTask:

Removes the cached URL response for a specified data task. 指定されたデータタスクに対するキャッシュされたURL応答を取り除きます。

Declaration 宣言

- (void)removeCachedResponseForDataTask:(NSURLSessionDataTask *)dataTask;

Parameters パラメータ

dataTask

A task whose URL request's corresponding cached URL response should be removed. If there is no corresponding cached URL response, no action is taken. それのURLリクエストのもつ対応するキャッシュされたURL応答が取り除かれるべきタスク。対応するキャッシュされたURL応答がないならば、どんな動作も取られません。

See Also 参照

Removing Cached Objects キャッシュオブジェクトを取り除く