C# Caching

Open-source C# projects categorized as Caching

Top 23 C# Caching Projects

  • Electron.NET

    :electron: Build cross platform desktop apps with ASP.NET Core (Razor Pages, MVC, Blazor).

  • Project mention: Blazor Hybrid vs Electon.NET | /r/dotnetMAUI | 2023-06-23

    Yes, it's what Slack, VS Code and bunch of other apps are based on. Electron: https://www.electronjs.org/ Electron.NET: https://github.com/ElectronNET/Electron.NET

  • Akavache

    An asynchronous, persistent key-value store created for writing desktop and mobile applications, based on SQLite3. Akavache is great for both storing important data as well as cached local data that expires.

  • Project mention: Storing query results | /r/dotnet | 2023-06-25

    If its caching you could just use ready made packages - https://github.com/jamesmontemagno/monkey-cache - https://github.com/reactiveui/akavache/

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • CacheManager

    CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features.

  • Project mention: Caching in .NET | dev.to | 2023-05-08

    Leverage Frameworks and Libraries: Numerous libraries and frameworks are available for .NET that can simplify caching implementation and management. Examples include CacheManager, EasyCaching, and LazyCache. Evaluate these options to see if they meet your requirements and can help streamline your caching strategy.

  • Foundatio

    Pluggable foundation blocks for building distributed apps.

  • EasyCaching

    :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!

  • Project mention: EasyCaching VS Metalama.Patterns - a user suggested alternative | libhunt.com/r/EasyCaching | 2023-12-07
  • Fusion

    Build real-time apps (Blazor included) with less than 1% of extra code responsible for real-time updates. Host 10-1000x faster APIs relying on transparent and nearly 100% consistent caching. We call it DREAM, or Distributed REActive Memoization, and it's here to turn real-time on!

  • Project mention: Show HN: Actual Chat – Blending text and voice into a single medium | news.ycombinator.com | 2023-12-08

    - Even frequent exchanges like, “Hey, I’m heading to Costco, need anything?” where the follow-up is easier spoken than typed, or may require a brief brainstorming - “Oh, remember our neighbors are visiting us on Sunday?”

    That’s how 8 years later (2 years ago) me and my co-founder decided to implement a new chat app.

    — Technology —

    To make it short, I’ll post just one point here: Actual Chat is based on Fusion (https://github.com/servicetitan/Stl.Fusion) - think MobX / computed observables, but distributed. In Actual Chat, the state it manages spans from our servers to every client app, creating an eventually consistent “state mesh”. The unified state management, where clients and servers use exactly the same abstraction to “observe” the changes happening to any bit of content, is quite a challenge from the technology standpoint. IMO it alone deserves a brief look.

    P.S. Thank you for reading up to this point!

  • Lazy Cache

    An easy to use thread safe in-memory caching service with a simple developer friendly API for c#

  • Project mention: Caching in .NET | dev.to | 2023-05-08

    Leverage Frameworks and Libraries: Numerous libraries and frameworks are available for .NET that can simplify caching implementation and management. Examples include CacheManager, EasyCaching, and LazyCache. Evaluate these options to see if they meet your requirements and can help streamline your caching strategy.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • shiny

    .NET Framework for Backgrounding & Device Hardware Services (iOS, Android, & Catalyst)

  • FusionCache

    FusionCache is an easy to use, fast and robust cache with advanced resiliency features and an optional distributed 2nd level.

  • Project mention: Release Radar • March 2024 Edition | dev.to | 2024-04-07

    Want an easy to use cache with advanced resiliency features? Look no further than FusionCache. It's built for performance, good refresh rates, better auto-setup, better logs, and more. Congrats to the team on shipping your first major and stable version 🎉 and receiving over 3.8 million downloads.

  • CacheCow

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

  • SharpRepository

    C# Generic Repository for use with Entity Framework, RavenDB and more with built-in caching options.

  • NCache

    NCache: Highly Scalable In-Memory Distributed Cache for .NET

  • Project mention: NCache VS Metalama.Patterns - a user suggested alternative | libhunt.com/r/NCache | 2023-12-07
  • Cache Tower

    An efficient multi-layered caching system for .NET

  • Project mention: Multi level cache library (in memory + Redis) | /r/dotnet | 2023-05-24
  • hazelcast-csharp-client

    Hazelcast .NET Client

  • FastCache

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

  • Cashew

    A simple and elegant yet powerful HTTP client cache for .NET (by joakimskoog)

  • localstorage

    LocalStorage for .NET - A simple and lightweight tool for persisting data in dotnet (core) apps. (by hanssens)

  • SqliteCache for ASP.NET Core

    An ASP.NET Core IDistributedCache provider backed by SQLite

  • Project mention: Storing query results | /r/dotnet | 2023-06-25

    For pure key-value storage .net has IDistributedCache abstraction, with SQLite implementation. (This has no dependencies on asp.net core and can be used in any .net app)

  • fast-cache

    The fastest cache library written in C# for items with set expiration time. Easy to use, thread-safe and light on memory.

  • pspolly

    Retry, rate-limit, cache and circuit breaker cmdlets.

  • Project mention: Need help on powershell script to retry 5 times if failure | /r/PowerShell | 2023-06-25

    Polly: https://github.com/adamdriscoll/pspolly

  • DistributedCacheAspNetCoreRedis

    ⚡️ Distributed caching on .NET with IDistributedCache

  • RationalNumerics

    .NET library for rational arithmetic based on a stack machine.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C# Caching related posts

Index

What are some of the best open-source Caching projects in C#? This list will help you:

Project Stars
1 Electron.NET 7,103
2 Akavache 2,414
3 CacheManager 2,320
4 Foundatio 1,909
5 EasyCaching 1,847
6 Fusion 1,798
7 Lazy Cache 1,690
8 shiny 1,387
9 FusionCache 1,285
10 CacheCow 845
11 SharpRepository 655
12 NCache 635
13 StackExchange.Redis.Extensions 594
14 Cache Tower 579
15 hazelcast-csharp-client 101
16 FastCache 100
17 Cashew 83
18 localstorage 70
19 SqliteCache for ASP.NET Core 70
20 fast-cache 66
21 pspolly 63
22 DistributedCacheAspNetCoreRedis 23
23 RationalNumerics 19

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com