扩展 IDistributedCache 操作方法,如:cache.TrySet/GetObject("key", out var value);.
Info
Version: | 0.0.2 |
Author(s): | NXHub |
Last Update: | Tuesday, July 7, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/nxhub/CachingExtensions |
NuGet Url: | https://www.nuget.org/packages/NXHub.Extensions.Caching |
Install
Install-Package NXHub.Extensions.Caching
dotnet add package NXHub.Extensions.Caching
paket add NXHub.Extensions.Caching
NXHub.Extensions.Caching Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Caching.Abstractions(>= 3.1.5)
- System.Text.Json(>= 4.7.2)
Tags