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 |
Install
Install-Package SimpleConcepts.Extensions.Caching
dotnet add package SimpleConcepts.Extensions.Caching
paket add SimpleConcepts.Extensions.Caching
SimpleConcepts.Extensions.Caching Download (Unzip the "nupkg" after downloading)
Dependencies
- SimpleConcepts.Extensions.Caching.Abstractions(>= 1.0.8)
- Microsoft.Extensions.Caching.Abstractions(>= 2.1.1)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 2.1.1)
- Microsoft.Extensions.Logging.Abstractions(>= 2.1.1)
- Microsoft.Extensions.Options(>= 2.1.1)
- Scrutor(>= 3.2.2)
- 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.