Re: NSURLCache
Re: NSURLCache
- Subject: Re: NSURLCache
- From: Jerry Krinock <email@hidden>
- Date: Mon, 25 Apr 2011 23:52:32 -0700
On 2011 Apr 25, at 21:03, Rick Mann wrote:
> One of the other things it's doing differently than I do is it creates an NSURLRequest using a cache policy. I just create a plain NSURLRequest. Is that a necessary step?
The default behavior I have seen, which is what you get with your "plain" NSURLRequest, is to use the cache. So it may be an *un*-necessary and in fact undesired step in your application, if they set it to *not* use the cache.
_______________________________________________
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
References: | |
| >NSURLCache (From: Rick Mann <email@hidden>) |