In Google App Engine, what is the simplest way to keep a record of items that you have put into memc
- by Chris Boesch
I am starting to use memcache more frequently to avoid having to recalculate things between page requests. When the memcache periodically clears, as it is designed to do, I have to start all over rebuilding various items that I have placed in memcache. What I would like to do is create a very simple model that enables me to periodically save the…