Re: Caching a local file using NSURLCache
Re: Caching a local file using NSURLCache
- Subject: Re: Caching a local file using NSURLCache
- From: Michael Vannorsdel <email@hidden>
- Date: Thu, 24 Apr 2008 11:36:46 -0600
As far as I know NSURLCache only works for HTTP/HTTPS without
extending the class yourself for other protocols. I think you might
do better just using a mutable dictionary and saving that to disc with
your data objects. The key would be your URL.
On Apr 23, 2008, at 4:14 PM, Stephan Burlot wrote:
What is the correct way to use NSURLCache with NSData on 10.5?
I have a test project available <http://coriolis.ch/dl/cache.zip> if
anyone wants to have a look,
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden