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

removeCachedResponse(for:)

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

Declaration 宣言

func removeCachedResponse(for dataTask: URLSessionDataTask)

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 キャッシュオブジェクトを取り除く