NSURLCache: ERROR...cache object is too large to persist to store
NSURLCache: ERROR...cache object is too large to persist to store
- Subject: NSURLCache: ERROR...cache object is too large to persist to store
- From: Jerry Krinock <email@hidden>
- Date: Sun, 18 Nov 2007 15:06:47 -0800
I get these in my Xcode Run Log when using NSURLConnection:
ERROR: __CFURLCache::ExecuteSQLInsert - cache object is too large to
persist to store.
Now, it is true that, in my app, I have set the NSURLCache to size 0
by doing this:
[[NSURLCache sharedURLCache] setDiskCapacity:0] ;
and obviously that is why I'm getting these messages. The reason I
did this is, because of what my app is doing, I don't want any
downloaded data to be cached. Is somebody inside there trying to tell
me that there is a better way to do this now?
Note that the messages only appear in the Xcode Run Log. They seem to
not appear in the "real" log, Console.app Messages (although I'm still
not 100% sure that I've figured out how to find all the messages in
Leopard's extra-fancy "enhanced" Console.app).
Jerry Krinock
_______________________________________________
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