• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
NSURLCache: ERROR...cache object is too large to persist to store
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: Re: Split Colorwell
  • Next by Date: Re: KVO problems popping up in Leopard
  • Previous by thread: Re: Distributed Objects & Leopard
  • Next by thread: CoreData transient attribute binding writes but doesn't read
  • Index(es):
    • Date
    • Thread