Skip to content

Provides Python function decorators for caching the values of functions and methods

Notifications You must be signed in to change notification settings

andbag/plone.memoize

This branch is 133 commits behind plone/plone.memoize:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6a758e9 · Jan 15, 2019
Dec 14, 2018
Jun 28, 2017
Aug 17, 2018
Oct 24, 2015
Aug 17, 2018
Aug 21, 2018
Jan 15, 2019
Nov 13, 2015
Jul 8, 2014
Feb 4, 2016
Jan 31, 2016
Aug 17, 2018
Sep 26, 2018
Dec 17, 2018
Aug 17, 2018

Repository files navigation

plone.memoize

https://travis-ci.org/plone/plone.memoize.svg?branch=master

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.

About

Provides Python function decorators for caching the values of functions and methods

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%