Because each new request in App Engine creates a new Handler, the entity I’d like to alter and put (using POST) has to be retrieved again. This seems wasteful, since I’ve populated the form with the information from GET a moment earlier.
How do I store a key, fetched entity, or key/entity pair in memcache for App Engine?
From here:
Memcache will store anything that is ‘pickleable’.
You get access to memcache with the following import: