fusioncache-caching-ai-kit
CommunitySpeed up .NET caching with FusionCache
Software Engineering#redis#dotnet#cache-aside#distributed caching#cache stampede#fusioncache#backplane
Authorducthang-hub
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill helps you design and implement efficient distributed caching in .NET, so repeated work (like calling remote services) is avoided and your app stays fast and consistent across instances.
Core Features & Use Cases
- In-memory (L1) caching and distributed (L2) caching: Combine fast local reads with shared Redis-backed storage for scalability.
- Redis backplane for synchronization: Coordinate cache updates across distributed instances to keep cached data coherent.
- Cache-Aside via GetOrSetAsync: Prevent redundant recomputation and reduce cache stampede risk by centralizing the “fetch on miss” flow.
- Use Cases: Microservices that cache API results, share cached views across services, and tune expiration and serialization for complex DTOs.
Quick Start
Ask the assistant to generate FusionCache setup instructions for a .NET microservice using Azure Redis Cache, including Program.cs registration and a cache-aside GetOrSetAsync example with a 15-minute TTL.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: fusioncache-caching-ai-kit Download link: https://github.com/ducthang-hub/nw-ai-kit/archive/main.zip#fusioncache-caching-ai-kit Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.