Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.04 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.04 KB

ActionCache

NuGet Version NuGet Downloads

Summary

A simple yet powerful data caching library that adds an extra layer of caching to your ASP.NET Core applications.

Features

  • 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.

Installation

ActionCache is available on NuGet.

dotnet add package ActionCache

Resources