awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस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-cacheopsSuor का अवतार

    Suor/django-cacheops

    2,268GitHub पर देखें↗

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

    Pythoncachingdjangoorm
    GitHub पर देखें↗2,268
  • jmoiron/johnny-cachejmoiron का अवतार

    jmoiron/johnny-cache

    311GitHub पर देखें↗

    johnny cache django caching framework

    Python
    GitHub पर देखें↗311
  • alibaba/tairalibaba का अवतार

    alibaba/tair

    2,305GitHub पर देखें↗

    A distributed key-value storage system developed by Alibaba Group

    C++
    GitHub पर देखें↗2,305
  • allegro/bigcacheallegro का अवतार

    allegro/bigcache

    8,140GitHub पर देखें↗

    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/garnerartsy का अवतार

    artsy/garner

    342GitHub पर देखें↗

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

    Ruby
    GitHub पर देखें↗342

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • aschuch/awesomecacheaschuch का अवतार

    aschuch/AwesomeCache

    1,271GitHub पर देखें↗

    Delightful on-disk cache (written in Swift)

    Swiftcachedisk-cacheexpiry
    GitHub पर देखें↗1,271
  • ben-manes/caffeineben-manes का अवतार

    ben-manes/caffeine

    17,706GitHub पर देखें↗

    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/ttlcachecheshir का अवतार

    cheshir/ttlcache

    10GitHub पर देखें↗

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

    Go
    GitHub पर देखें↗10
  • bertrandbordage/django-cachalotBertrandBordage का अवतार

    BertrandBordage/django-cachalot

    1,425GitHub पर देखें↗

    Django Cachalot

    Python
    GitHub पर देखें↗1,425
  • bitfaster/bitfaster.cachingbitfaster का अवतार

    bitfaster/BitFaster.Caching

    599GitHub पर देखें↗

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

    C#cachedotnetlfu
    GitHub पर देखें↗599
  • bluele/gcachebluele का अवतार

    bluele/gcache

    2,731GitHub पर देखें↗

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

    Go
    GitHub पर देखें↗2,731
  • bradfitz/gomemcachebradfitz का अवतार

    bradfitz/gomemcache

    1,873GitHub पर देखें↗

    Go Memcached client library #golang

    Gogolangmemcachememcached-clients
    GitHub पर देखें↗1,873
  • bryandonovan/node-cache-managerBryanDonovan का अवतार

    BryanDonovan/node-cache-manager

    1,988GitHub पर देखें↗

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

    TypeScript
    GitHub पर देखें↗1,988
  • cabol/nebulexcabol का अवतार

    cabol/nebulex

    1,391GitHub पर देखें↗

    In-memory and distributed caching toolkit for Elixir.

    Elixir
    GitHub पर देखें↗1,391
  • cakedc/cakephp-cached-routingCakeDC का अवतार

    CakeDC/cakephp-cached-routing

    5GitHub पर देखें↗

    CakeDC Cached Routing

    PHP
    GitHub पर देखें↗5
  • aspnet/cachingaspnet का अवतार

    aspnet/Caching

    472GitHub पर देखें↗

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

    C#
    GitHub पर देखें↗472
  • cockroachdb/pebblecockroachdb का अवतार

    cockroachdb/pebble

    5,777GitHub पर देखें↗

    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/couchcachecodingsince1985 का अवतार

    codingsince1985/couchcache

    65GitHub पर देखें↗

    A RESTful caching micro-service in Go backed by Couchbase

    Go
    GitHub पर देखें↗65
  • comandeo/crystal-memcachedcomandeo का अवतार

    comandeo/crystal-memcached

    36GitHub पर देखें↗

    Memcached client for Crystal language

    Crystal
    GitHub पर देखें↗36
  • coocood/freecachecoocood का अवतार

    coocood/freecache

    5,399GitHub पर देखें↗

    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/cachecrystal-cache का अवतार

    crystal-cache/cache

    51GitHub पर देखें↗

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

    Crystal
    GitHub पर देखें↗51
  • dereuromark/cakephp-cachedereuromark का अवतार

    dereuromark/cakephp-cache

    33GitHub पर देखें↗

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

    PHP
    GitHub पर देखें↗33
  • dgraph-io/ristrettodgraph-io का अवतार

    dgraph-io/ristretto

    6,932GitHub पर देखें↗

    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/hashlrudominictarr का अवतार

    dominictarr/hashlru

    252GitHub पर देखें↗

    Simpler, faster LRU cache algorithm

    JavaScript
    GitHub पर देखें↗252
  • dotnetcore/easycachingdotnetcore का अवतार

    dotnetcore/EasyCaching

    2,092GitHub पर देखें↗

    :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/echovaultEchoVault का अवतार

    EchoVault/EchoVault

    538GitHub पर देखें↗

    Embeddable and distributed in-memory alternative to Redis.

    Go
    GitHub पर देखें↗538
  • educreations/django-ormcacheeducreations का अवतार

    educreations/django-ormcache

    19GitHub पर देखें↗

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

    Python
    GitHub पर देखें↗19
  • eko/gocacheeko का अवतार

    eko/gocache

    2,866GitHub पर देखें↗

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

    Go
    GitHub पर देखें↗2,866
  • elastic/go-freelruelastic का अवतार

    elastic/go-freelru

    269GitHub पर देखें↗

    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/cachecowaliostad का अवतार

    aliostad/CacheCow

    869GitHub पर देखें↗

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

    C#cachingdotnethttp
    GitHub पर देखें↗869