AFCache
AFCache copied to clipboard
AFCache is an HTTP cache for iOS and OSX seeking towards full RFC2616 compliance
I made a few small changes to the build script so that it'd build/copy everything properly when run from the project root.
Lots of errors.
https://github.com/artifacts/AFCache/blob/master/src/shared/AFCache.m#L882
Hi Owner, ``` Is the java port completed? ``` Regards, Pratik Parikh
I was trying to give the AFCacheDemo application in the AFCache-iOS Xcode project a quick go, but ran into a few problems: - I had to add `src/shared` to the...
Validating podspec -> AFCache (0.10.2) - NOTE | [xcodebuild] AFCache/src/shared/AFCache+Packaging.m:29:32: warning: 'cachedObjectForURL:delegate:selector:didFailSelector:options:userData:username:password:request:' is deprecated: use cacheItemForURL instead [-Wdeprecated-declarations] - NOTE | [xcodebuild] AFCache/src/shared/AFCache.h:224:1: note: method 'cachedObjectForURL:delegate:selector:didFailSelector:options:userData:username:password:request:' declared here - NOTE...
Refactored contextmanagement in AFCache to AFCacheManager Getting cache instances now: AFCache *myCache = [AFCacheManager defaultCache]; or AFCache *myCache = [AFCacheManager cacheForName:@"myName"]; AFCache sharedInstance is now deprecated
While using AFCache I noticed that apparently `UIWebView` gets confused when the text encoding is part of the MIME type (aka content type) field of a `NSURLResponse`. This can happen...
I've been working on a project which performs a background fetch of large amounts of data. I'm using the ARC branch of AFCache but it seems like if the app...
I've got an odd problem where I'm getting a MIME type of 'plain/text' on items that were previously 'image/jpeg' or 'video/mp4'. It seems to happen only after I've quit and...