func removeCachedResponse (for: URLRequest)
Removes the cached URL response for a specified URL request.
指定されたURLリクエストに対するキャッシュされたURL応答を取り除きます。
func removeCachedResponse (for: URLSessionDataTask)
Removes the cached URL response for a specified data task.
指定されたデータタスクに対するキャッシュされたURL応答を取り除きます。
func removeAllCachedResponses ()
Clears the receiver’s cache, removing all stored cached URL responses.
レシーバのもつキャッシュを一掃します、すべての格納されたキャッシュURL応答を取り除きます。