Ross ROSS = Recommend OSS · open-source software intelligence for agents

MichaCo/CacheManager

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

github.com/MichaCo/CacheManager · homepage · C# · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

64/100

  • Activity 68
  • Release rhythm 39
  • 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: 348
  • age_days: 4182
  • days_rel: 196
  • days_push: 196
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

2420 stars · 451 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

CacheManager is an open-source caching abstraction layer for .NET written in C#, supporting multiple cache providers such as Redis, Memcached, and in-memory caches. It enables multi-layer caching setups with advanced features like cache synchronization, concurrent update handling, serialization, events, and logging.

Use cases

  • add distributed caching to a .NET application
  • combine in-process and Redis caching in layers
  • swap cache providers without rewriting code
  • handle concurrent cache updates in distributed systems
  • keep multiple app instances' caches in sync with a backplane
  • configure caching via JSON or app.config in ASP.NET Core

When to choose

  • you are on .NET/.NET Core and need a unified API over multiple cache providers
  • you need multi-layer caching (L1 in-memory in front of L2 distributed cache)
  • you need safe concurrent update semantics or cache synchronization across instances

When to avoid

  • you only need a single simple in-memory cache and prefer Microsoft's built-in IMemoryCache
  • you rely on Memcached, Couchbase, or performance counters, which are no longer supported in v2+
  • you are not on the .NET platform

Facets

library · maturity active

caching serialization logging concurrency backend web-development developer-tools microservices dotnet cross-platform cloud cache-abstraction redis memcached multi-layer-cache cache-backplane nuget distributed-cache

10 sources

Member repositories

RepositoryRoleHealth v2
MichaCo/CacheManagermain64

For agents

markdown · JSON · MCP: product_card(name="MichaCo/CacheManager")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem