dotnetcore/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! observed · 2026-08-28
Health v2 · maintenance only
28/100
- Activity 11
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3217
- days_rel: n/a
- days_push: 534
- n_releases_24m: 0
Adoption not part of the score
2094 stars · 336 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
EasyCaching is a .NET caching library that unifies basic and advanced caching usage behind a common abstraction. It supports multiple backends such as in-memory, Redis, Memcached, and SQLite, including hybrid (two-level) caching and AOP-style interceptors.
Use cases
- add caching to an asp.net core application
- use redis as a distributed cache in .net
- combine local and distributed caching with a hybrid cache
- cache method results with attributes/interceptors
- swap cache providers without changing application code
- cache data in memory with expiration and stats
When to choose
- you are building ASP.NET Core or .NET services and want a unified caching API
- you need pluggable backends like Redis, Memcached, or SQLite behind one interface
- you want two-level (hybrid) caching with bus-based invalidation
- you prefer attribute/interceptor-based caching over manual cache calls
When to avoid
- you are not on the .NET platform
- you need a standalone caching server rather than a client library
- you require extreme low-level control over cache internals
- your project already standardizes on a single vendor's caching SDK
Facets
library · maturity active
caching middleware serialization backend web-development developer-tools databases dotnet cross-platform cloud aspnetcore redis memcached distributed-cache in-memory-cache hybrid-cache cache-interceptor nuget docker
1 source
- readme: https://github.com/dotnetcore/EasyCaching · fetched 2026-08-28 · b77cc92ef8c3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dotnetcore/EasyCaching | main | 28 |
For agents
markdown · JSON · MCP: product_card(name="dotnetcore/EasyCaching")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem