Simple wrapper around the ASP.net Core IDistributedCache implementation to support typed cache operations.
Info
Version: | 1.1.0 |
Author(s): | Jarrich Van De Voorde |
Last Update: | Tuesday, August 6, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Jarrich/TypedDistributedCache |
NuGet Url: | https://www.nuget.org/packages/TypedDistributedCache |
Install
Install-Package TypedDistributedCache
dotnet add package TypedDistributedCache
paket add TypedDistributedCache
TypedDistributedCache Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Caching.Abstractions(>= 2.1.0)
- Microsoft.Extensions.Caching.Memory(>= 2.1.0)
- Microsoft.Extensions.Caching.Redis(>= 2.1.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 2.1.0)
- Newtonsoft.Json(>= 11.0.2)