func cachedResponse (for: URLRequest) -> CachedURLResponse?
Returns the cached URL response in the cache for the specified URL request.
指定されたURLリクエストに対するキャッシュの中のキャッシュされたURL応答を返します。
func storeCachedResponse (CachedURLResponse, for: URLRequest)
Stores a cached URL response for a specified request.
指定されたリクエストに対するキャッシュされたURL応答を格納します。
func getCachedResponse (for: URLSessionDataTask, completionHandler : (CachedURLResponse?) -> Void)
Gets the cached URL response for a data task, passing it to the provided completion handler.
あるデータタスクに対するキャッシュされたURL応答を取得します、それを提供された完了ハンドラに渡して。