Currently I only cache roughly 349 items with the total size of only 2.9 KB. which is more puzzling as it's just a single dot in the total memcache size quota of 10 MB :(
I'm beginning to think that maybe this particular web app is sitting on an unstable part of the cloud? I even don't have a cron Job or a task queue yet, that might affect memcache items. On Oct 28, 2:19 am, Wooble <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
