FROM : Michael Vannorsdel
DATE : Thu Apr 24 19:36:46 2008
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,
DATE : Thu Apr 24 19:36:46 2008
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,
| Related mails | Author | Date |
|---|---|---|
| Stephan Burlot | Apr 24, 00:14 | |
| Michael Vannorsdel | Apr 24, 19:36 | |
| Jens Alfke | Apr 24, 20:42 | |
| Stephan Burlot | Apr 25, 23:26 | |
| Michael Vannorsdel | Apr 27, 00:03 |






Cocoa mail archive

