ZiggyCreatures/FusionCache
FusionCache is an easy to use, fast and robust hybrid cache with advanced resiliency features. observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 87
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 51
- age_days: 2071
- days_rel: 7
- days_push: 7
- n_releases_24m: 14
Adoption not part of the score
3897 stars · 202 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
FusionCache is a .NET caching library providing a fast, robust hybrid cache that works as a memory cache (L1) or multi-level cache with any IDistributedCache-based L2. It includes advanced resiliency features such as cache stampede protection, fail-safe, soft/hard timeouts, eager refresh, tagging, and OpenTelemetry observability.
Use cases
- cache expensive database queries in a .NET app
- add a distributed second-level cache with Redis via IDistributedCache
- prevent cache stampedes when many requests miss at once
- serve stale data when the backend fails (fail-safe)
- sync cache invalidation across multiple nodes with a backplane
- migrate to or integrate with Microsoft's HybridCache
- track cache entries with tags and evict by tag
When to choose
- you need a production-proven hybrid (L1+L2) cache in .NET
- you want stampede protection, timeouts, and fail-safe out of the box
- you need realtime cache sync between multiple app instances
- you want OpenTelemetry observability for cache operations
When to avoid
- you only need a trivial in-memory cache with no resiliency features
- your stack is not .NET/C#
- you need a standalone distributed cache without a local L1 layer
Facets
library · maturity stable
caching serialization monitoring logging backend web-development developer-tools performance microservices dotnet cross-platform cache-stampede-protection hybrid-cache l1-l2-cache fail-safe opentelemetry idistributedcache backplane eager-refresh
1 source
- readme: https://github.com/ZiggyCreatures/FusionCache · fetched 2026-08-28 · 2fd0c06a154b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ZiggyCreatures/FusionCache | main | 95 |
For agents
markdown · JSON · MCP: product_card(name="ZiggyCreatures/FusionCache")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem