Re: Who and why creates ~/Library/Caches/<my application> and how to stop it?
Re: Who and why creates ~/Library/Caches/<my application> and how to stop it?
- Subject: Re: Who and why creates ~/Library/Caches/<my application> and how to stop it?
- From: j o a r <email@hidden>
- Date: Wed, 8 Nov 2006 20:04:40 +0100
On 8 nov 2006, at 15.43, Andrei Tchijov wrote:
It is my assumption that these files are result of using
"stringWithContentsOfURL:". The question is, how to prevent this
from happening? In my particular case there is no reason
whatsoever to cache anything.
If you use the core classes of the URL Loading System - instead of
the convenience methods exposed in classes like NSString - you can
control the caching behaviour. I'm not sure if it will allow you to
prevent the creation of these files, but that's what I would have
tried to find out.
<http://developer.apple.com/documentation/Cocoa/Conceptual/
URLLoadingSystem/index.html>
j o a r
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden