- initWithResponse:data:
Creates a cached URL response instance.
キャッシュされたURL応答インスタンスを作成します。
Availability 有効性
Technology
- (instancetype)initWithResponse:(NSURLResponse
*)response
data:(NSData
*)data
userInfo:(NSDictionary
*)userInfo
storagePolicy:(NSURLCacheStoragePolicy
)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応答オブジェクト、応答およびデータを含んでいます。
- initWithResponse:data: