You are here: Home Plone products plone.memoize

plone.memoize (1.1)

1
by Olha Pelishok last modified 2009-05-11
0.0
0.0
0.0
0.0
Released on 2009-05-10 by Plone Foundation for Plone 3.0 under GPL - GNU General Public License available for All platforms.
Software development stage: alpha
Decorators for caching the values of functions and methods

plone memoization decorators

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.

Document Actions
Powered by Plone