Skip navigation.
 
mlRe: Caching a local file using NSURLCache
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,

Related mailsAuthorDate
mlCaching a local file using NSURLCache Stephan Burlot Apr 24, 00:14
mlRe: Caching a local file using NSURLCache Michael Vannorsdel Apr 24, 19:36
mlRe: Caching a local file using NSURLCache Jens Alfke Apr 24, 20:42
mlRe: Caching a local file using NSURLCache Stephan Burlot Apr 25, 23:26
mlRe: Caching a local file using NSURLCache Michael Vannorsdel Apr 27, 00:03