awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesDjango Cache Backends

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.

Awesome Django Cache Backends GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • grantjenks/python-diskcacheAvatar de grantjenks

    grantjenks/python-diskcache

    2,828Voir sur GitHub↗

    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.

    Pythoncachefilesystemkey-value-store
    Voir sur GitHub↗2,828
  1. Home
  2. Web Development
  3. Django Cache Backends