Contents

django-cacheops 7.0.2

0

A slick ORM cache with automatic granular event-driven invalidation for Django.

A slick ORM cache with automatic granular event-driven invalidation for Django.

Stars: 2025, Watchers: 2025, Forks: 223, Open Issues: 17

The Suor/django-cacheops repo was created 12 years ago and the last code push was 4 weeks ago.
The project is very popular with an impressive 2025 github stars!

How to Install django-cacheops

You can install django-cacheops using pip

pip install django-cacheops

or add it to a project with poetry

poetry add django-cacheops

Package Details

Author
Alexander Schepanovski
License
BSD
Homepage
http://github.com/Suor/django-cacheops
PyPi:
https://pypi.org/project/django-cacheops/
GitHub Repo:
https://github.com/Suor/django-cacheops

Classifiers

  • Internet/WWW/HTTP
  • Software Development/Libraries/Python Modules
No  django-cacheops  pypi packages just yet.

Errors

A list of common django-cacheops errors.

Code Examples

Here are some django-cacheops code examples and snippets.

GitHub Issues

The django-cacheops package has 17 open issues on GitHub

  • Question about caching auth table and auth.user
  • Cacheops not working in Production.
  • test:415 ->moonseoklee
  • multi-table inheritance invalidation

See more issues on GitHub

Related Packages & Articles

Django 5.0.4

Django is a high-level web development framework that empowers Python developers to build dynamic and robust web applications quickly and efficiently. It follows the Model-View-Controller (MVC) architectural pattern, making it easy to separate the different components of an application. With its extensive built-in features, such as URL routing, templating, forms handling, and database abstraction, Django takes care of the repetitive tasks, allowing developers to focus on writing clean and maintainable code. It relies on the Python Standard Library and includes several optional dependencies, including psycopg2, mysqlclient, and pytz for database connectivity and time zone support. Django's rich ecosystem and active community make it a popular choice for building scalable and secure web applications.