Google App Engine Memcache - Sliding expiration
Posted
by Keyur
on Stack Overflow
See other posts from Stack Overflow
or by Keyur
Published on 2010-04-30T00:33:37Z
Indexed on
2010/04/30
0:37 UTC
Read the original article
Hit count: 338
Is there support for sliding expiration in the GAE MemcacheService? I can do a crude implementation where following every get() I do a put(). This will effectively reset the expiration time but this obviously is not an efficient solution.
Any pointers on how I can implement this more efficiently?
Thanks, Keyur
© Stack Overflow or respective owner