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

removeCachedResponse(for:)

Removes the cached URL response for a specified URL request. 指定されたURLリクエストに対するキャッシュされたURL応答を取り除きます。

Declaration 宣言

func removeCachedResponse(for request: URLRequest)

Parameters パラメータ

request

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

Discussion 議論

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

See Also 参照

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