Google App Engine Memcache - Sliding expiration
- by Keyur
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