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,268在 GitHub 上查看↗

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

    Pythoncachingdjangoorm
    在 GitHub 上查看↗2,268
  • jmoiron/johnny-cachejmoiron 的头像

    jmoiron/johnny-cache

    311在 GitHub 上查看↗

    johnny cache django caching framework

    Python
    在 GitHub 上查看↗311
  • alibaba/tairalibaba 的头像

    alibaba/tair

    2,305在 GitHub 上查看↗

    A distributed key-value storage system developed by Alibaba Group

    C++
    在 GitHub 上查看↗2,305
  • allegro/bigcacheallegro 的头像

    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/garnerartsy 的头像

    artsy/garner

    342在 GitHub 上查看↗

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

    Ruby
    在 GitHub 上查看↗342

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • aschuch/awesomecacheaschuch 的头像

    aschuch/AwesomeCache

    1,271在 GitHub 上查看↗

    Delightful on-disk cache (written in Swift)

    Swiftcachedisk-cacheexpiry
    在 GitHub 上查看↗1,271
  • ben-manes/caffeineben-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/ttlcachecheshir 的头像

    cheshir/ttlcache

    10在 GitHub 上查看↗

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

    Go
    在 GitHub 上查看↗10
  • bertrandbordage/django-cachalotBertrandBordage 的头像

    BertrandBordage/django-cachalot

    1,425在 GitHub 上查看↗

    Django Cachalot

    Python
    在 GitHub 上查看↗1,425
  • bitfaster/bitfaster.cachingbitfaster 的头像

    bitfaster/BitFaster.Caching

    599在 GitHub 上查看↗

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

    C#cachedotnetlfu
    在 GitHub 上查看↗599
  • bluele/gcachebluele 的头像

    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/gomemcachebradfitz 的头像

    bradfitz/gomemcache

    1,873在 GitHub 上查看↗

    Go Memcached client library #golang

    Gogolangmemcachememcached-clients
    在 GitHub 上查看↗1,873
  • bryandonovan/node-cache-managerBryanDonovan 的头像

    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/nebulexcabol 的头像

    cabol/nebulex

    1,391在 GitHub 上查看↗

    In-memory and distributed caching toolkit for Elixir.

    Elixir
    在 GitHub 上查看↗1,391
  • cakedc/cakephp-cached-routingCakeDC 的头像

    CakeDC/cakephp-cached-routing

    5在 GitHub 上查看↗

    CakeDC Cached Routing

    PHP
    在 GitHub 上查看↗5
  • aspnet/cachingaspnet 的头像

    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/pebblecockroachdb 的头像

    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/couchcachecodingsince1985 的头像

    codingsince1985/couchcache

    65在 GitHub 上查看↗

    A RESTful caching micro-service in Go backed by Couchbase

    Go
    在 GitHub 上查看↗65
  • comandeo/crystal-memcachedcomandeo 的头像

    comandeo/crystal-memcached

    36在 GitHub 上查看↗

    Memcached client for Crystal language

    Crystal
    在 GitHub 上查看↗36
  • coocood/freecachecoocood 的头像

    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/cachecrystal-cache 的头像

    crystal-cache/cache

    51在 GitHub 上查看↗

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

    Crystal
    在 GitHub 上查看↗51
  • dereuromark/cakephp-cachedereuromark 的头像

    dereuromark/cakephp-cache

    33在 GitHub 上查看↗

    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,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/hashlrudominictarr 的头像

    dominictarr/hashlru

    252在 GitHub 上查看↗

    Simpler, faster LRU cache algorithm

    JavaScript
    在 GitHub 上查看↗252
  • dotnetcore/easycachingdotnetcore 的头像

    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/echovaultEchoVault 的头像

    EchoVault/EchoVault

    538在 GitHub 上查看↗

    Embeddable and distributed in-memory alternative to Redis.

    Go
    在 GitHub 上查看↗538
  • educreations/django-ormcacheeducreations 的头像

    educreations/django-ormcache

    19在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗19
  • eko/gocacheeko 的头像

    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-freelruelastic 的头像

    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/cachecowaliostad 的头像

    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