python3-django-cacheops

Django app adding automatic or manual queryset caching (Python3 version)
  https://github.com/Suor/django-cacheops
  0
  no reviews



Django-cacheops is a slick app that supports automatic or manual queryset caching and automatic granular event-driven invalidation.

It uses redis as backend for ORM cache and redis or filesystem for simple time-invalidated one.

And there is more to it:

* decorators to cache any user function or view as a queryset or by time * extensions for django and jinja2 templates * transparent transaction support * dog-pile prevention mechanism * a couple of hacks to make django faster

This package contains the Python 3 version of the library.