Initializer

init(response:data:userInfo:storagePolicy:)

Creates a cached URL response instance with a given server response, data, user-info dictionary, and storage policy. キャッシュされたURL応答インスタンスを、ある与えられたサーバー応答、データ、ユーザ情報辞書、そしてストレージポリシーで作成します。

Declaration 宣言

init(response: URLResponse, 
data: Data, 
userInfo: [AnyHashable : Any]? = nil, 
storagePolicy: URLCache.StoragePolicy)

Parameters パラメータ

response

The response to cache. キャッシュする応答。

data

The data to cache. キャッシュするデータ。

userInfo

An optional dictionary of user information. May be nil. ユーザ情報からなる任意の辞書。nilかもしれません。

storagePolicy

The storage policy for the cached response. キャッシュされた応答に対するストレージ方針。

Return Value 戻り値

A cached URL response object, containing the response and data. キャッシュされたURL応答オブジェクト、応答およびデータを含んでいます。

See Also 参照

Creating a Cached URL Response キャッシュされたURL応答を作成する