Initializer

init(response:data:)

Creates a cached URL response instance. キャッシュされたURL応答インスタンスを作成します。

Declaration 宣言

init(response: URLResponse, 
data: Data)

Parameters パラメータ

response

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

data

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

Return Value 戻り値

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

Discussion 議論

The cache storage policy is set to the default, URLCache.StoragePolicy.allowed, and the user info dictionary is set to nil. キャッシュストレージポリシーは初期状態、URLCache.StoragePolicy.allowedに設定されます、そしてユーザ情報辞書はnilに設定されます。

See Also 参照

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