johnny-cache
Cache library
A caching framework designed to work with Django's ORM and optimized for use with memcached.
johnny cache django caching framework
304 stars
25 watching
83 forks
Language: Python
last commit: over 3 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
jamesmontemagno/monkey-cache | Provides an easy-to-use caching mechanism for data structures in .NET applications. | 669 |
zolomatok/johnny | A caching library for Swift that supports various data types and provides features like automatic cache eviction and multiplatform support. | 37 |
django-cache-machine/django-cache-machine | Automatically caches and invalidates Django model data in real-time | 876 |
thinkjs/think-cache-memcache | Provides an adapter for caching data using Memcache. | 0 |
suor/django-cacheops | An ORM cache with automatic granular event-driven invalidation and features to optimize Django application performance | 2,123 |
educreations/django-ormcache | A Django extension that improves ORM performance by caching objects in memory | 19 |
mdaliyan/icache | A high-performance cache library for Go with thread-safe, generic support and no serialization requirements. | 19 |
yiling-j/cacheme-go | A caching framework for Go that uses Redis and supports schema-based, typed caching with memoization and versioning. | 23 |
iwanbk/bcache | A distributed in-memory caching system with eventual consistency and configurable maximum keys | 156 |
adelowo/onecache | A Go caching library with support for multiple backends and garbage collection. | 136 |
quasi/cl-memcached | A fast and thread-safe interface to the Memcached object caching system. | 21 |
sebleier/django-redis-cache | A caching backend for Django web applications using Redis as the storage layer. | 1,040 |
victoriametrics/fastcache | A high-performance, thread-safe in-memory cache for storing large amounts of key-value pairs. | 2,128 |
pjfanning/jackson-caffeine-cache | A caching layer for Jackson's data serialization and deserialization process using Caffeine cache management | 6 |
sqlalchemy/dogpile.cache | A caching API that provides a generic interface to various caching backends and integrates them with a locking mechanism. | 247 |