Contents

django-cache-memoize 0.2.0

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: 152, Watchers: 152, Forks: 31, Open Issues: 16

The peterbe/django-cache-memoize repo was created 6 years ago and the last code push was 3 months ago.
The project is popular with 152 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.

GitHub Issues

The django-cache-memoize package has 16 open issues on GitHub

  • Add support for Django 4.0
  • Caching result only if not None.

See more issues on GitHub

Related Packages & Articles