No, there isn't a default expiration. How are you setting values to the cache? Could you be expiring the items via LRU? That is - you're not using the items in the cache, instead setting other items and pushing the older, unused items out?
On Wed, May 26, 2010 at 6:43 PM, Rahul <[email protected]> wrote: > I have a memcache and not to mention it does live between different > jvm instances when new jvm instances starts, i can access the cache > but once a while i don't find any values in cache and this happened > twice in last 24 hours. Is there any default expiration which is less > then 24-48 hours which i am not aware of. > > Any help or pointers on this is appreciated. > > Thanks, > Rahul > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > -- Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
