1 dépôt
Custom storage implementations for the Django caching framework.
Distinct from Disk Caching Systems: Candidates focus on general disk caching or performance profiling; this is specifically about implementing the Django cache interface.
Explore 1 awesome GitHub repository matching web development · Django Cache Backends. Refine with filters or upvote what's useful.
This project is a disk-backed key-value store and persistent data structure library for Python. It provides a mechanism for persisting mappings, sets, and queues to the local filesystem to bypass memory limitations and cache expensive function results across threads and processes. The system serves as a cross-process synchronization tool, offering distributed locks, semaphores, and barriers to coordinate shared resource access. It implements advanced caching strategies such as probabilistic stampede prevention, sharded data partitioning to increase throughput, and least-recently-used eviction
Implements the Django caching interface to provide a disk-based storage system for temporary web application data.