How much are you caching? Items are removed from the cache when you're storing too much (I don't believe there's a published limit, but I've seen anecdotal claims of 10MB), with the least recently used items evicted first.
On Oct 27, 1:56 pm, loell <[email protected]> wrote: > additional info: the Items in question are still retrievable in just a > couple of minutes, usually. but after that, it just returns none. > while part of the items in that set is still retrievable and all other > memcache sets are still intact. > > On Oct 28, 1:48 am, loell <[email protected]> wrote: > > > hi, being used to the development's server, handling of memcache, and > > that memcache items stays as long as it can. I'm really puzzled why > > some of my items returns "None" while part of that particular memcache- > > set is still retrievable on the production server. is this normal? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
