Info
Version: | 1.0.8 |
Author(s): | Raphael Lorenzeto de Abreu |
Last Update: | Thursday, October 15, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/raphaabreu/SimpleConcepts.Extensions.Caching |
NuGet Url: | https://www.nuget.org/packages/SimpleConcepts.Extensions.Caching.Abstractions |
Install
Install-Package SimpleConcepts.Extensions.Caching.Abstractions
dotnet add package SimpleConcepts.Extensions.Caching.Abstractions
paket add SimpleConcepts.Extensions.Caching.Abstractions
SimpleConcepts.Extensions.Caching.Abstractions Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Caching.Abstractions(>= 2.1.1)
- System.Text.Json(>= 4.6.0)
Tags
In addition to these extensions there is also a strongly typed ISimpleCache<TKey, TValue> interface that provides a dependency injection friendly and fully customizable wrapper for IDistributedCache.