There are no guarantees with Memcache. Memcache can evict values whenever 
it wants to (mostly due to space pressures, but other reasons can cause 
Memcache to drop values as well). If you want Memcache to retain a value, 
you need to repeatedly access it; this hints to Memcache that this value is 
important and needs to be retained.

If you want long-term storage, you need to store to the datastore, Cloud 
SQL, Cloud Storage, etc.

-Vinny

On Thursday, September 27, 2012 4:04:07 AM UTC-5, tousif wrote:
>
> I have read in google docs about memcache eviction policy but i'm 
> frustrated to see some of memcache keys evicted every time within a day. 
> Where as i have given four days (time to live).   I'm using free account 
> now, wanted to confirm before starting billing will it evict keys within a 
> day.  For me it is too expensive to get data to restored as i do offline 
> processing and load to memcache.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/07Hyhf020VoJ.
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.

Reply via email to