Remove avoidsNetworkAccess property in favor of leveraging NSURLCache capabilities under the hood.

This commit is contained in:
Jeff Arena
2012-09-28 13:41:28 -04:00
parent 0831f2dc2d
commit a88f58db55
5 changed files with 19 additions and 57 deletions

View File

@@ -53,4 +53,10 @@
*/
@property (nonatomic, strong) NSSet *acceptableContentTypes;
/**
Whether the response received a 304 response, whether via the initial request, or by virtue of
cache revalidation occurring from NSURLCache.
*/
@property (nonatomic, readonly) BOOL wasNotModified;
@end