Hi guys,

Is memcache's expire strategy work like http session's?

In http session, if you set it to expire in 30 minutes and you access
a page in minute 29th, it will be prolonged for another 30 minutes.
Is this also the case for memcache? If not, is there any "atomic" way
to do it? (i.e. not by doing get-and-put)

Second question, I have an entry that will be updated by lots of
users,
is there any "get-for-update" for memcache?

-- 
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-appeng...@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