Re: [appengine-java] Re: MemCache expiring around once a day - Cache Flushing

2010-05-27 Thread Rahul Juneja
It looks like it is removing the least recently used attributes from the cache. My datastore only had 20 elements key/ value pairs and appengine is flushing some of the least recently used out of those and now only 14 are available in cache. Is there some attribute which i need to set so that i

Re: [appengine-java] Re: MemCache expiring around once a day - Cache Flushing

2010-05-27 Thread Jeff Schnitzer
This is the nature of memcache; you're sharing it with all the other users of appengine. Memory pressure will eventually push your inactive values out of the cache. Jeff On Thu, May 27, 2010 at 1:17 PM, Rahul Juneja rahul.jun...@gmail.com wrote: It looks like it is removing the least recently