Contents

django-cache-memoize 0.2.1

0

Django utility for a memoization decorator that uses the Django cache framework.

Django utility for a memoization decorator that uses the Django cache framework.

Stars: 169, Watchers: 169, Forks: 33, Open Issues: 19

The peterbe/django-cache-memoize repo was created 8 years ago and the last code push was 2 months ago.
The project is popular with 169 github stars!

How to Install django-cache-memoize

You can install django-cache-memoize using pip

pip install django-cache-memoize

or add it to a project with poetry

poetry add django-cache-memoize

Package Details

Author
Peter Bengtsson
License
MPL-2.0
Homepage
https://github.com/peterbe/django-cache-memoize
PyPi:
https://pypi.org/project/django-cache-memoize/
GitHub Repo:
https://github.com/peterbe/django-cache-memoize

Classifiers

  • Internet/WWW/HTTP
No  django-cache-memoize  pypi packages just yet.

Errors

A list of common django-cache-memoize errors.

Code Examples

Here are some django-cache-memoize code examples and snippets.

Related Packages & Articles