awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to jitbit/fastcache

Open-source alternatives to FastCache

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

  • 3rd-eden/memcached3rd-Eden avatar

    3rd-Eden/memcached

    1,314View on 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
    View on GitHub↗1,314
  • alibaba/tairalibaba avatar

    alibaba/tair

    2,305View on GitHub↗

    A distributed key-value storage system developed by Alibaba Group

    C++
    View on GitHub↗2,305
  • aliostad/cachecowaliostad avatar

    aliostad/CacheCow

    869View on GitHub↗

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

    C#cachingdotnethttp
    View on GitHub↗869
  • artsy/garnerartsy avatar

    artsy/garner

    342View on GitHub↗

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

    Ruby
    View on GitHub↗342
  • aschuch/awesomecacheaschuch avatar

    aschuch/AwesomeCache

    1,271View on GitHub↗

    Delightful on-disk cache (written in Swift)

    Swiftcachedisk-cacheexpiry
    View on GitHub↗1,271
  • aspnet/cachingaspnet avatar

    aspnet/Caching

    472View on GitHub↗

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

    C#
    View on GitHub↗472

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • ben-manes/caffeineben-manes avatar

    ben-manes/caffeine

    17,706View on 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
    View on GitHub↗17,706
  • bertrandbordage/django-cachalotBertrandBordage avatar

    BertrandBordage/django-cachalot

    1,425View on GitHub↗

    Django Cachalot

    Python
    View on GitHub↗1,425
  • bitfaster/bitfaster.cachingbitfaster avatar

    bitfaster/BitFaster.Caching

    599View on GitHub↗

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

    C#cachedotnetlfu
    View on GitHub↗599
  • bryandonovan/node-cache-managerBryanDonovan avatar

    BryanDonovan/node-cache-manager

    1,988View on GitHub↗

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

    TypeScript
    View on GitHub↗1,988
  • cabol/nebulexcabol avatar

    cabol/nebulex

    1,391View on GitHub↗

    In-memory and distributed caching toolkit for Elixir.

    Elixir
    View on GitHub↗1,391
  • cakedc/cakephp-cached-routingCakeDC avatar

    CakeDC/cakephp-cached-routing

    5View on GitHub↗

    CakeDC Cached Routing

    PHP
    View on GitHub↗5
  • comandeo/crystal-memcachedcomandeo avatar

    comandeo/crystal-memcached

    36View on GitHub↗

    Memcached client for Crystal language

    Crystal
    View on GitHub↗36
  • crystal-cache/cachecrystal-cache avatar

    crystal-cache/cache

    51View on GitHub↗

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

    Crystal
    View on GitHub↗51
  • dereuromark/cakephp-cachedereuromark avatar

    dereuromark/cakephp-cache

    33View on GitHub↗

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

    PHP
    View on GitHub↗33
  • django-cache-machine/django-cache-machinedjango-cache-machine avatar

    django-cache-machine/django-cache-machine

    884View on GitHub↗

    Automatic caching and invalidation for Django models through the ORM.

    Python
    View on GitHub↗884
  • dominictarr/hashlrudominictarr avatar

    dominictarr/hashlru

    252View on GitHub↗

    Simpler, faster LRU cache algorithm

    JavaScript
    View on GitHub↗252
  • dotnetcore/easycachingdotnetcore avatar

    dotnetcore/EasyCaching

    2,092View on 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
    View on GitHub↗2,092
  • educreations/django-ormcacheeducreations avatar

    educreations/django-ormcache

    19View on GitHub↗

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

    Python
    View on GitHub↗19
  • evermeer/evurlcacheevermeer avatar

    evermeer/EVURLCache

    297View on GitHub↗

    a NSURLCache subclass for handling all web requests that use NSURLRequest

    Swift
    View on GitHub↗297
  • exceptionless/foundatioexceptionless avatar

    exceptionless/Foundatio

    2,088View on GitHub↗

    Pluggable foundation blocks for building distributed apps.

    C#
    View on GitHub↗2,088
  • fogfish/cachefogfish avatar

    fogfish/cache

    141View on GitHub↗

    Library implements segmented in-memory cache.

    Erlang
    View on GitHub↗141
  • foundatiofx/foundatioFoundatioFx avatar

    FoundatioFx/Foundatio

    2,088View on GitHub↗

    Pluggable foundation blocks for building distributed apps.

    C#abstractionsawsazure
    View on GitHub↗2,088
  • grantjenks/python-diskcachegrantjenks avatar

    grantjenks/python-diskcache

    2,828View on 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
    View on GitHub↗2,828
  • hyperoslo/cachehyperoslo avatar

    hyperoslo/Cache

    3,146View on GitHub↗

    :package: Nothing but Cache.

    Swiftcachecache-storagedisk-cache
    View on GitHub↗3,146
  • ifttt/kashmirIFTTT avatar

    IFTTT/kashmir

    264View on GitHub↗

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

    Ruby
    View on GitHub↗264
  • isaacs/node-lru-cacheisaacs avatar

    isaacs/node-lru-cache

    5,895View on 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
    View on GitHub↗5,895
  • jbox-web/apt-larderjbox-web avatar

    jbox-web/apt-larder

    5View on GitHub↗

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

    Crystal
    View on GitHub↗5
  • jiangwenyuan/nusterjiangwenyuan avatar

    jiangwenyuan/nuster

    1,907View on GitHub↗

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

    Ccachecachinghaproxy
    View on GitHub↗1,907
  • jmoiron/johnny-cachejmoiron avatar

    jmoiron/johnny-cache

    311View on GitHub↗

    johnny cache django caching framework

    Python
    View on GitHub↗311