init(response: URLResponse, data: Data)
Creates a cached URL response instance.
キャッシュされたURL応答インスタンスを作成します。
Availability 有効性
Technology
init(response: URLResponse
,
data: Data
,
userInfo: [AnyHashable
: Any]? = nil,
storagePolicy: URLCache
.StoragePolicy
)
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. キャッシュされた応答に対するストレージ方針。
A cached URL response object, containing the response and data. キャッシュされたURL応答オブジェクト、応答およびデータを含んでいます。
init(response: URLResponse, data: Data)