awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to django-cache-machine/django-cache-machine

Open-source alternatives to Django Cache Machine

30 open-source projects similar to django-cache-machine/django-cache-machine, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Django Cache Machine alternative.

  • suor/django-cacheopsالصورة الرمزية لـ Suor

    Suor/django-cacheops

    2,268عرض على GitHub↗

    A slick ORM cache with automatic granular event-driven invalidation.

    Pythoncachingdjangoorm
    عرض على GitHub↗2,268
  • jmoiron/johnny-cacheالصورة الرمزية لـ jmoiron

    jmoiron/johnny-cache

    311عرض على GitHub↗

    johnny cache django caching framework

    Python
    عرض على GitHub↗311
  • alibaba/tairالصورة الرمزية لـ alibaba

    alibaba/tair

    2,305عرض على GitHub↗

    A distributed key-value storage system developed by Alibaba Group

    C++
    عرض على GitHub↗2,305
  • allegro/bigcacheالصورة الرمزية لـ allegro

    allegro/bigcache

    8,140عرض على GitHub↗

    Bigcache is a thread-safe, in-memory key-value store for Go designed to minimize garbage collection pauses. It functions as a memory-optimized cache capable of storing gigabytes of data while maintaining low latency during high-volume operations. The system avoids garbage collection overhead by managing memory through large byte arrays and manual allocation. It utilizes a circular-buffer layout to reuse space and lock-striped sharding to reduce contention during concurrent read and write access. The project provides capabilities for high-volume in-memory caching and low-latency data retrieva

    Go
    عرض على GitHub↗8,140
  • artsy/garnerالصورة الرمزية لـ artsy

    artsy/garner

    342عرض على GitHub↗

    A set of Rack middleware and cache helpers that implement various caching strategies.

    Ruby
    عرض على GitHub↗342

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • aschuch/awesomecacheالصورة الرمزية لـ aschuch

    aschuch/AwesomeCache

    1,271عرض على GitHub↗

    Delightful on-disk cache (written in Swift)

    Swiftcachedisk-cacheexpiry
    عرض على GitHub↗1,271
  • ben-manes/caffeineالصورة الرمزية لـ ben-manes

    ben-manes/caffeine

    17,706عرض على GitHub↗

    Caffeine is a high-performance caching library for the Java virtual machine designed to manage object lifecycles within the application heap. It functions as a thread-safe, memory-resident data store that reduces latency by keeping frequently accessed objects available for immediate retrieval. The library distinguishes itself through a sophisticated eviction strategy that balances recency and frequency to determine which entries to retain. It utilizes a frequency-based admission policy to evaluate the historical access patterns of new data, ensuring that the cache remains populated with the m

    Java
    عرض على GitHub↗17,706
  • cheshir/ttlcacheالصورة الرمزية لـ cheshir

    cheshir/ttlcache

    10عرض على GitHub↗

    Simple in-memory key-value storage with TTL for each record.

    Go
    عرض على GitHub↗10
  • bertrandbordage/django-cachalotالصورة الرمزية لـ BertrandBordage

    BertrandBordage/django-cachalot

    1,425عرض على GitHub↗

    Django Cachalot

    Python
    عرض على GitHub↗1,425
  • bitfaster/bitfaster.cachingالصورة الرمزية لـ bitfaster

    bitfaster/BitFaster.Caching

    599عرض على GitHub↗

    High performance, thread-safe in-memory caching primitives for .NET

    C#cachedotnetlfu
    عرض على GitHub↗599
  • bluele/gcacheالصورة الرمزية لـ bluele

    bluele/gcache

    2,731عرض على GitHub↗

    An in-memory cache library for golang. It supports multiple eviction policies: LRU, LFU, ARC

    Go
    عرض على GitHub↗2,731
  • bradfitz/gomemcacheالصورة الرمزية لـ bradfitz

    bradfitz/gomemcache

    1,873عرض على GitHub↗

    Go Memcached client library #golang

    Gogolangmemcachememcached-clients
    عرض على GitHub↗1,873
  • bryandonovan/node-cache-managerالصورة الرمزية لـ BryanDonovan

    BryanDonovan/node-cache-manager

    1,988عرض على GitHub↗

    A cache module for nodejs that allows easy wrapping of functions in cache, tiered caches, and a consistent interface.

    TypeScript
    عرض على GitHub↗1,988
  • cabol/nebulexالصورة الرمزية لـ cabol

    cabol/nebulex

    1,391عرض على GitHub↗

    In-memory and distributed caching toolkit for Elixir.

    Elixir
    عرض على GitHub↗1,391
  • cakedc/cakephp-cached-routingالصورة الرمزية لـ CakeDC

    CakeDC/cakephp-cached-routing

    5عرض على GitHub↗

    CakeDC Cached Routing

    PHP
    عرض على GitHub↗5
  • aspnet/cachingالصورة الرمزية لـ aspnet

    aspnet/Caching

    472عرض على GitHub↗

    Archived Libraries for in-memory caching and distributed caching. Project moved to https://github.com/aspnet/Extensions

    C#
    عرض على GitHub↗472
  • cockroachdb/pebbleالصورة الرمزية لـ cockroachdb

    cockroachdb/pebble

    5,777عرض على GitHub↗

    Pebble is an embedded key-value storage engine written in Go, designed as a library that provides durable, write-optimized data persistence directly within applications. It organizes data using a log-structured merge-tree (LSM-tree) structure, where writes are first buffered in an in-memory skiplist memtable and persisted to a write-ahead log before being flushed to block-based SSTable files on disk. The engine supports atomic batch commits, configurable write synchronization, and automatic background compaction that merges and rewrites sorted runs to reclaim space and maintain read performanc

    Go
    عرض على GitHub↗5,777
  • codingsince1985/couchcacheالصورة الرمزية لـ codingsince1985

    codingsince1985/couchcache

    65عرض على GitHub↗

    A RESTful caching micro-service in Go backed by Couchbase

    Go
    عرض على GitHub↗65
  • comandeo/crystal-memcachedالصورة الرمزية لـ comandeo

    comandeo/crystal-memcached

    36عرض على GitHub↗

    Memcached client for Crystal language

    Crystal
    عرض على GitHub↗36
  • coocood/freecacheالصورة الرمزية لـ coocood

    coocood/freecache

    5,399عرض على GitHub↗

    freecache is a high-performance, concurrent in-memory key-value store library for Go applications. It functions as a fixed-size cache that manages large volumes of data while eliminating garbage collection overhead through the use of preallocated memory and off-heap storage. The system maintains a predictable memory footprint by utilizing fixed memory allocation and circular buffer management, where new entries automatically overwrite the oldest data upon reaching capacity. It further reduces contention between simultaneous readers and writers through lock-striped concurrent access. The libr

    Go
    عرض على GitHub↗5,399
  • crystal-cache/cacheالصورة الرمزية لـ crystal-cache

    crystal-cache/cache

    51عرض على GitHub↗

    A key/value store where pairs can expire after a specified interval

    Crystal
    عرض على GitHub↗51
  • dereuromark/cakephp-cacheالصورة الرمزية لـ dereuromark

    dereuromark/cakephp-cache

    33عرض على GitHub↗

    This branch is for use with CakePHP 5.1+. For details see version map.

    PHP
    عرض على GitHub↗33
  • dgraph-io/ristrettoالصورة الرمزية لـ dgraph-io

    dgraph-io/ristretto

    6,932عرض على GitHub↗

    Ristretto is a high-performance in-memory cache and concurrent key-value store for Go applications. It provides a thread-safe memory store that manages strict memory bounds and employs probabilistic set filters to reduce lookup overhead. The system is distinguished by an admission-policy cache that utilizes frequency sketches and cost-based eviction to maximize hit ratios. It minimizes contention and improves throughput through the use of striped ring buffers and concurrent map sharding. The project covers a broad range of data management capabilities, including time-based expiration, item f

    Go
    عرض على GitHub↗6,932
  • dominictarr/hashlruالصورة الرمزية لـ dominictarr

    dominictarr/hashlru

    252عرض على GitHub↗

    Simpler, faster LRU cache algorithm

    JavaScript
    عرض على GitHub↗252
  • dotnetcore/easycachingالصورة الرمزية لـ dotnetcore

    dotnetcore/EasyCaching

    2,092عرض على GitHub↗

    :boom: EasyCaching is an open source caching library that contains basic usages and some advanced usages of caching which can help us to handle caching more easier!

    C#aspnetcorecachecaching
    عرض على GitHub↗2,092
  • echovault/echovaultالصورة الرمزية لـ EchoVault

    EchoVault/EchoVault

    538عرض على GitHub↗

    Embeddable and distributed in-memory alternative to Redis.

    Go
    عرض على GitHub↗538
  • educreations/django-ormcacheالصورة الرمزية لـ educreations

    educreations/django-ormcache

    19عرض على GitHub↗

    A cache manager mixin that provides some caching of objects for the ORM.

    Python
    عرض على GitHub↗19
  • eko/gocacheالصورة الرمزية لـ eko

    eko/gocache

    2,866عرض على GitHub↗

    ☔️ A complete Go cache library that brings you multiple ways of managing your caches

    Go
    عرض على GitHub↗2,866
  • elastic/go-freelruالصورة الرمزية لـ elastic

    elastic/go-freelru

    269عرض على GitHub↗

    FreeLRU allows you to cache objects without introducing GC overhead. It uses Go generics for simplicity, type-safety and performance over interface types. It performs better than other LRU implementations in the Go benchmarks provided. The API is simple in order to ease migrations from other LRU…

    Go
    عرض على GitHub↗269
  • aliostad/cachecowالصورة الرمزية لـ aliostad

    aliostad/CacheCow

    869عرض على GitHub↗

    An implementation of HTTP Caching in .NET Core and 4.5.2+ for both the client and the server

    C#cachingdotnethttp
    عرض على GitHub↗869