Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSURLCache: ERROR...cache object is too large to persist to store



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:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden

This email sent to email@hidden


Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.