A simple yet powerful data caching library that adds an extra layer of caching to your ASP.NET Core applications.
- Designed for simplicity and ease of use.
- Supports namespaced caching with the flexibility to utilize multiple cache layers.
- Extensions to support Redis, SqlServer and Azure Cosmos DB as cache stores.
- Implements automatic cache eviction policies based on one or more namespaces to ensure efficient cache management.
ActionCache
is available on NuGet.
dotnet add package ActionCache