File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# AspNetCoreCacheKit
22
3- [ ![ NuGet] ( https://img.shields.io/nuget/v/AspNetCoreCacheKit.svg )] ( https://www.nuget.org/packages/AspNetCoreCacheKit ) [ ![ .NET] ( https://github.com/yourusername /AspNetCoreCacheKit/actions/workflows/dotnet.yml/badge.svg )] ( https://github.com/yourusername /AspNetCoreCacheKit/actions )
3+ [ ![ NuGet] ( https://img.shields.io/nuget/v/AspNetCoreCacheKit.svg )] ( https://www.nuget.org/packages/AspNetCoreCacheKit ) [ ![ .NET] ( https://github.com/simoneM93 /AspNetCoreCacheKit/actions/workflows/dotnet.yml/badge.svg )] ( https://github.com/simoneM93 /AspNetCoreCacheKit/actions )
44
55A modern caching library for ASP.NET Core featuring ** group-based keys** , configuration validation, and simplified overloads.
66
@@ -26,6 +26,7 @@ A modern caching library for ASP.NET Core featuring **group-based keys**, config
2626dotnet add package AspNetCoreCacheKit
2727dotnet add package Microsoft.Extensions.Options.ConfigurationExtensions
2828dotnet add package Microsoft.Extensions.Options.DataAnnotations
29+ ```
2930
3031## 🎯 Quick Start
3132
@@ -37,6 +38,7 @@ dotnet add package Microsoft.Extensions.Options.DataAnnotations
3738 "Duration" : " 01:00:00"
3839 }
3940}
41+ ```
4042
4143### 2. Register Services
4244``` csharp
@@ -65,4 +67,5 @@ public class UsersController : ControllerBase
6567
6668 return Ok (users );
6769 }
68- }
70+ }
71+ ```
You can’t perform that action at this time.
0 commit comments