Contents

django-cachalot 2.6.2

0

Caches your Django ORM queries and automatically invalidates them.

Caches your Django ORM queries and automatically invalidates them.

Stars: 1158, Watchers: 1158, Forks: 145, Open Issues: 31

The noripyt/django-cachalot repo was created 9 years ago and the last code push was 2 months ago.
The project is very popular with an impressive 1158 github stars!

How to Install django-cachalot

You can install django-cachalot using pip

pip install django-cachalot

or add it to a project with poetry

poetry add django-cachalot

Package Details

Author
Bertrand Bordage, Andrew Chen Wang
License
BSD
Homepage
https://github.com/noripyt/django-cachalot
PyPi:
https://pypi.org/project/django-cachalot/
GitHub Repo:
https://github.com/noripyt/django-cachalot

Classifiers

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

Errors

A list of common django-cachalot errors.

Code Examples

Here are some django-cachalot code examples and snippets.

Related Packages & Articles

cachetools 5.3.3

Cachetools is a python library that provides Extensible memoizing collections and decorators. It provides multiple cache classes based on different cache algorithms, as well as decorators for easily memoizing function and method calls.