"The Memcache Python API
High performance scalable web applications often use a distributed in-memory data cache in front of or in place of robust persistent storage for some tasks"
MySQL memcached is not a cache, it's a persistent storage with memcached API.
And it's fast.
App Engine FTW!
[1](https://developers.google.com/appengine/docs/python/memcache...)