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.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden
This email sent to email@hidden