django-cacheops
Cache manager
An ORM cache with automatic granular event-driven invalidation and features to optimize Django application performance
A slick ORM cache with automatic granular event-driven invalidation.
2k stars
40 watching
227 forks
Language: Python
last commit: 20 days ago
Linked from 4 awesome lists
cachingdjangoormpython
Related projects:
Repository | Description | Stars |
---|---|---|
django-cache-machine/django-cache-machine | Automatically caches and invalidates Django model data in real-time | 876 |
noripyt/django-cachalot | A Django ORM query caching system to improve performance by storing and invalidating cached queries. | 1,251 |
educreations/django-ormcache | A Django extension that improves ORM performance by caching objects in memory | 19 |
aio-libs/aiocache | An asynchronous cache manager that supports multiple backends and provides a simple interface for caching data. | 1,146 |
pallets-eco/flask-caching | An extension for Flask that simplifies the use of caching in web applications. | 893 |
tdr-autosync/mi-lib-django_memoize | Caches and optimizes expensive function calls in Django applications. | 120 |
jellydator/ttlcache | An in-memory caching system with automatic expiration and deletion of items based on user-defined time-to-live (TTL) parameters. | 951 |
jmoiron/johnny-cache | A caching framework designed to work with Django's ORM and optimized for use with memcached. | 304 |
sebleier/django-redis-cache | A caching backend for Django web applications using Redis as the storage layer. | 1,040 |
django-q2/django-q2 | Django task queue system with multiprocessing and distributed capabilities | 384 |
thebigbrainscompany/tbbccachebundle | A caching abstraction bundle that provides annotation-driven cache control using AOP mechanisms and PHP language expressions for Symfony applications. | 36 |
sadmansamee/cachykit | A caching library that provides a thread-safe, expirable cache management system for various object types and supports asynchronous data loading, image caching, and fine-grained control over cache behavior. | 124 |
hooopo/second_level_cache | Caching library that synchronizes with models and databases in Rails applications | 398 |
gordalina/cachetool | A command-line tool for managing caches in PHP applications. | 1,692 |
alastairtree/lazycache | A thread-safe in-memory caching service with a simple API for C# | 1,718 |