django-cache-memoize 0.2.0
0
Django utility for a memoization decorator that uses the Django cache framework.
Contents
Django utility for a memoization decorator that uses the Django cache framework.
Stars: 158, Watchers: 158, Forks: 31, Open Issues: 16The peterbe/django-cache-memoize
repo was created 6 years ago and the last code push was 10 months ago.
The project is popular with 158 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
Related Packages
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.