python-diskcache
Disk Cache
A high-performance cache system using disk storage
Python disk-backed cache (Django-compatible). Faster than Redis and Memcached. Pure-Python.
2k stars
22 watching
135 forks
Language: Python
last commit: over 1 year ago
Linked from 1 awesome list
cachefilesystemkey-value-storepersistencepython
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | Automatically caches and invalidates Django model data in real-time | 876 |
| | Provides a collection of storage backends for Django projects | 2,782 |
| | A Django ORM query caching system to improve performance by storing and invalidating cached queries. | 1,275 |
| | A caching framework designed to work with Django's ORM and optimized for use with memcached. | 303 |
| | A concurrent, in-memory cache designed to efficiently store large amounts of data without impacting performance. | 7,606 |
| | An ORM cache with automatic granular event-driven invalidation and features to optimize Django application performance | 2,136 |
| | A caching backend for Django web applications using Redis as the storage layer. | 1,039 |
| | A distributed caching and cache-filling library intended as an alternative to memcached in many cases. | 12,988 |
| | Caches and optimizes expensive function calls in Django applications. | 120 |
| | A high-performance caching library for Java applications | 15,998 |
| | A comprehensive cache library with multiple stores and features for caching data | 2,515 |
| | A Django extension that improves ORM performance by caching objects in memory | 19 |
| | A high-performance cache library built with concurrency and performance in mind for use cases requiring low latency and high throughput. | 5,716 |
| | A lightweight in-memory cache library for Go applications. | 8,218 |
| | A reusable Django application for adding dynamic filtering to QuerySets | 4,491 |