- initWithResponse:data:
- initWithResponse:data:userInfo:storagePolicy:
Availability 有効性
Technology
@interface NSCachedURLResponse : NSObject
A NSCached
object provides the server’s response metadata in the form of a NSURLResponse
object, along with an NSData object containing the actual cached content data. Its storage policy determines whether the response should be cached on disk, in memory, or not at all.
NSCached
オブジェクトは、サーバーのも応答メタデータをNSURLResponse
オブジェクトの形式で提供します、それだけでなく実際にキャッシュされた内容データを含むNSDataオブジェクトも提供します。それのストレージ方針は、その応答がディスク上に、メモリ中にキャッシュされるか全くされないべきかを判定します。
Cached responses also contain a user info dictionary where you can store app-specific information about the cached item. キャッシュされた応答はまた、ユーザ情報辞書を含みます、そこにあなたはキャッシュされた項目についてのアプリ特有の情報を格納できます。
The NSURLCache
class stores and retrieves instances of NSCached
.
NSURLCache
クラスは、NSCached
のインスタンスを格納および回収します。
- initWithResponse:data:
- initWithResponse:data:userInfo:storagePolicy:
data
response
storagePolicy
userInfo
NSURLCacheStoragePolicy
NSCachedURLResponse
object.
これらの定数は、NSCachedURLResponse
オブジェクトによって使われるキャッシュ戦略を指定します。
NSURLCache