iphone - How can I add HTTP request caching to an application using ASIHTTPRequests? -
I use ASIHttpRequests
and an ASINetworkQueue
in an iPhone app I'm trying to cache requests in the style of the NSURLCache
to get some 100k XML files and many thumbnails from a web service. ASI does not appear to support caching, and I look at the code and goes to C to make this request, so it is difficult to put the layer NSURLCache
.
What is the best way to implement it?
ASIHTTPREC now supports caching - ASIDownloadcache check IE [ASIHTPPRQUAQUE SET] Default Cache: [ASID Download Cache Shared Cache]]
Comments
Post a Comment