Re: NSURLCache - how?

2008-06-14 Thread Jens Alfke
On 14 Jun '08, at 12:09 PM, David Troy wrote: I am using NSURLRequestReturnCacheDataElseLoad and it seems to never return the cached URL and always loads new data from the network. Examine the HTTP response headers for the resources you're loading. There are a number of conditions that wil

NSURLCache - how?

2008-06-14 Thread David Troy
Greetings, Do I need to do anything special to get NSURLCache to be active, like initialize it somehow? I would assume it should be active across the lifespan of an application, and for all NSURLRequests/NSURLConnections. I am using NSURLRequestReturnCacheDataElseLoad and it seems to neve