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