Memcache is a Cache, not a storage.  Write to it often, try your reads from
it first, but never assume there is anything in it.

It's a FIFO buffer it is not a fixed size.  If you have a value that never
expires that you want to store in it, "touch" it every time you read the
value by writing the value back to memcache.



-----Original Message-----
From: google-appengine@googlegroups.com
[mailto:google-appengine@googlegroups.com] On Behalf Of Jamil Rzayev
Sent: Thursday, November 17, 2011 8:19 AM
To: Google App Engine
Subject: [google-appengine] Memcache values

I am working with App Engine Memcache service. Recently I noticed that
memcache service doesn't store value for a long time or I don't actually
know how to store the value for a long (specified) time.

Could you please help me in that kind of question.

--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to