mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-24 04:46:01 +08:00
Namespace the RKRequestCache constants
This commit is contained in:
@@ -40,6 +40,24 @@ typedef enum {
|
||||
RKRequestCacheStoragePolicyPermanently
|
||||
} RKRequestCacheStoragePolicy;
|
||||
|
||||
/**
|
||||
Location of session specific cache files within the Caches path.
|
||||
*/
|
||||
NSString * const RKRequestCacheSessionCacheDirectory;
|
||||
|
||||
/**
|
||||
Location of permanent cache files within the Caches path.
|
||||
*/
|
||||
NSString * const RKRequestCachePermanentCacheDirectory;
|
||||
|
||||
/**
|
||||
*/
|
||||
NSString * const RKRequestCacheHeadersExtension;
|
||||
NSString * const RKRequestCacheDateHeaderKey;
|
||||
NSString * const RKRequestCacheStatusCodeKey;
|
||||
NSString * const RKRequestCacheMIMETypeKey;
|
||||
NSString * const RKRequestCacheURLKey;
|
||||
|
||||
/**
|
||||
Stores and retrieves cache entries for RestKit request objects.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user