Decorators for caching the values of functions and methods
Project description
plone.memoize provides Python function decorators for caching the values of functions and methods.
The type of cache storage is freely configurable by the user, as is the cache key, which is what the function’s value depends on.
plone.memoize has support for memcached and is easily extended to use other caching storages. It also has specialized decorators for use with Zope views. However, plone.memoize can be used without Zope.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
plone.memoize-1.0.3.tar.gz
(18.6 kB
view hashes)
Built Distribution
plone.memoize-1.0.3-py2.4.egg
(32.5 kB
view hashes)