Object caching and persistance module
Project description
Python object caching module with support for Google App Engine, web applications, terminal apps and a number of cache handlers such as file and directory, memcached, redis, mongodb, etc.
Supports multi-tier collating cache between handlers and is easy to setup and use. Cache objects by decorating getters and setters, using the mixins provided or inheriting the core cache object.