Y
Hacker News
new
|
ask
|
show
|
jobs
by
pshapiro
5345 days ago
Anyone know how this library handles caching?
1 comments
matttthompson
5345 days ago
Rather than building cacheing in, AFNetworking is designed to work with NSURLCache. I strongly recommend Peter Steinberger's [SDURLCache](
https://github.com/steipete/SDURLCache
) fork, which includes disk cacheing on iOS.
link
benhoyt
5345 days ago
That 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-o...
?
link