5 ms·
Anyone know how this library handles caching?
by pshapiro 15y ago
Anyone know how this library handles caching?
- matttthompson 15y agoRather than building cacheing in, AFNetworking is designed to work with NSURLCache. I strongly recommend Peter Steinberger's [SDURLCache](https://github.com/steipete/SDURLCache https://github.com/steipete/SDURLCache) fork, which includes disk cacheing on iOS.
- benhoyt 15y agoThat should be a great idea (I started down that path too), but have you run into the problems I describe with NSURLCache at http://stackoverflow.com/questions/7166422/nsurlconnection-on-ios-doesnt-try-to-cache-objects-larger-than-50kb http://stackoverflow.com/questions/7166422/nsurlconnection-o... ?