awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to crystal-cache/cache

Open-source alternatives to Cache

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

  • 3rd-eden/memcachedAvatar 3rd-Eden

    3rd-Eden/memcached

    1,314Vezi pe GitHub↗

    memcached is a fully featured Memcached client for Node.js. memcached is built with scaling, high availability and exceptional performance in mind. We use consistent hashing to store the data across different nodes. Consistent hashing is a scheme that provides a hash table functionality in a way…

    JavaScript
    Vezi pe GitHub↗1,314
  • alibaba/tairAvatar alibaba

    alibaba/tair

    2,305Vezi pe GitHub↗

    A distributed key-value storage system developed by Alibaba Group

    C++
    Vezi pe GitHub↗2,305
  • aliostad/cachecowAvatar aliostad

    aliostad/CacheCow

    869Vezi pe GitHub↗

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

    C#cachingdotnethttp
    Vezi pe GitHub↗869
  • artsy/garnerAvatar artsy

    artsy/garner

    342Vezi pe GitHub↗

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

    Ruby
    Vezi pe GitHub↗342
  • aschuch/awesomecacheAvatar aschuch

    aschuch/AwesomeCache

    1,271Vezi pe GitHub↗

    Delightful on-disk cache (written in Swift)

    Swiftcachedisk-cacheexpiry
    Vezi pe GitHub↗1,271
  • aspnet/cachingAvatar aspnet

    aspnet/Caching

    472Vezi pe GitHub↗

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

    C#
    Vezi pe GitHub↗472

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Find more with AI search
  • ben-manes/caffeineAvatar ben-manes

    ben-manes/caffeine

    17,706Vezi pe 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
    Vezi pe GitHub↗17,706
  • bertrandbordage/django-cachalotAvatar BertrandBordage

    BertrandBordage/django-cachalot

    1,425Vezi pe GitHub↗

    Django Cachalot

    Python
    Vezi pe GitHub↗1,425
  • bitfaster/bitfaster.cachingAvatar bitfaster

    bitfaster/BitFaster.Caching

    599Vezi pe GitHub↗

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

    C#cachedotnetlfu
    Vezi pe GitHub↗599
  • bryandonovan/node-cache-managerAvatar BryanDonovan

    BryanDonovan/node-cache-manager

    1,988Vezi pe GitHub↗

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

    TypeScript
    Vezi pe GitHub↗1,988
  • cabol/nebulexAvatar cabol

    cabol/nebulex

    1,391Vezi pe GitHub↗

    In-memory and distributed caching toolkit for Elixir.

    Elixir
    Vezi pe GitHub↗1,391
  • cakedc/cakephp-cached-routingAvatar CakeDC

    CakeDC/cakephp-cached-routing

    5Vezi pe GitHub↗

    CakeDC Cached Routing

    PHP
    Vezi pe GitHub↗5
  • comandeo/crystal-memcachedAvatar comandeo

    comandeo/crystal-memcached

    36Vezi pe GitHub↗

    Memcached client for Crystal language

    Crystal
    Vezi pe GitHub↗36
  • dereuromark/cakephp-cacheAvatar dereuromark

    dereuromark/cakephp-cache

    33Vezi pe GitHub↗

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

    PHP
    Vezi pe GitHub↗33
  • django-cache-machine/django-cache-machineAvatar django-cache-machine

    django-cache-machine/django-cache-machine

    884Vezi pe GitHub↗

    Automatic caching and invalidation for Django models through the ORM.

    Python
    Vezi pe GitHub↗884
  • dominictarr/hashlruAvatar dominictarr

    dominictarr/hashlru

    252Vezi pe GitHub↗

    Simpler, faster LRU cache algorithm

    JavaScript
    Vezi pe GitHub↗252
  • dotnetcore/easycachingAvatar dotnetcore

    dotnetcore/EasyCaching

    2,092Vezi pe 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
    Vezi pe GitHub↗2,092
  • educreations/django-ormcacheAvatar educreations

    educreations/django-ormcache

    19Vezi pe GitHub↗

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

    Python
    Vezi pe GitHub↗19
  • evermeer/evurlcacheAvatar evermeer

    evermeer/EVURLCache

    297Vezi pe GitHub↗

    a NSURLCache subclass for handling all web requests that use NSURLRequest

    Swift
    Vezi pe GitHub↗297
  • exceptionless/foundatioAvatar exceptionless

    exceptionless/Foundatio

    2,088Vezi pe GitHub↗

    Pluggable foundation blocks for building distributed apps.

    C#
    Vezi pe GitHub↗2,088
  • fogfish/cacheAvatar fogfish

    fogfish/cache

    141Vezi pe GitHub↗

    Library implements segmented in-memory cache.

    Erlang
    Vezi pe GitHub↗141
  • foundatiofx/foundatioAvatar FoundatioFx

    FoundatioFx/Foundatio

    2,088Vezi pe GitHub↗

    Pluggable foundation blocks for building distributed apps.

    C#abstractionsawsazure
    Vezi pe GitHub↗2,088
  • grantjenks/python-diskcacheAvatar grantjenks

    grantjenks/python-diskcache

    2,828Vezi pe 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

    Pythoncachefilesystemkey-value-store
    Vezi pe GitHub↗2,828
  • hyperoslo/cacheAvatar hyperoslo

    hyperoslo/Cache

    3,146Vezi pe GitHub↗

    :package: Nothing but Cache.

    Swiftcachecache-storagedisk-cache
    Vezi pe GitHub↗3,146
  • ifttt/kashmirAvatar IFTTT

    IFTTT/kashmir

    264Vezi pe GitHub↗

    Kashmir is a Ruby DSL that makes serializing and caching objects a snap.

    Ruby
    Vezi pe GitHub↗264
  • isaacs/node-lru-cacheAvatar isaacs

    isaacs/node-lru-cache

    5,895Vezi pe GitHub↗

    node-lru-cache is a key-value store for Node.js that implements a memory-limited cache. It prevents memory exhaustion by capping the total number of items or total byte size, automatically evicting the least-recently-used items to maintain these limits. The project provides specialized caching patterns, including time-to-live durations to ensure data freshness and a stale-while-revalidate mechanism that serves expired content while asynchronously fetching updates in the background. It also includes diagnostic tools for monitoring cache hits, misses, and eviction metrics through operational st

    JavaScript
    Vezi pe GitHub↗5,895
  • jbox-web/apt-larderAvatar jbox-web

    jbox-web/apt-larder

    5Vezi pe GitHub↗

    apt-larder - stock your packages, serve them fresh.

    Crystal
    Vezi pe GitHub↗5
  • jiangwenyuan/nusterAvatar jiangwenyuan

    jiangwenyuan/nuster

    1,907Vezi pe GitHub↗

    A high performance HTTP proxy cache server and RESTful NoSQL cache server based on HAProxy

    Ccachecachinghaproxy
    Vezi pe GitHub↗1,907
  • jitbit/fastcacheAvatar jitbit

    jitbit/FastCache

    197Vezi pe GitHub↗

    7x-10x faster alternative to MemoryCache. A high-performance, lighweight (8KB dll) and thread-safe memory cache for .NET.

    C#cachedotnetperformance
    Vezi pe GitHub↗197
  • jmoiron/johnny-cacheAvatar jmoiron

    jmoiron/johnny-cache

    311Vezi pe GitHub↗

    johnny cache django caching framework

    Python
    Vezi pe GitHub↗311