DownloadCache class

Syntax

@interface DownloadCache : NSObject <CacheDelegate>

Members

All members of DownloadCache, including inherited members.

Methods
Method Description
+ (id) instance Returns a static DownloadCache instance.
+ (NSDateFormatter *) rfc1123DateFormatter A date formatter to be used to construct an RFC 1123 date.
+ (BOOL) serverAllowsResponseCachingForRequest: (Request *) request A helper function that determines if the server that has requested data should not be cached by looking at the request's response headers.
Inherited members from CacheDelegate