Info
Version: | 0.0.3 |
Author(s): | Werner van Deventer |
Last Update: | Monday, March 2, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/DevEnterpriseSoftware/Foundation |
NuGet Url: | https://www.nuget.org/packages/DevEnterprise.Foundation.Caching |
Install
Install-Package DevEnterprise.Foundation.Caching
dotnet add package DevEnterprise.Foundation.Caching
paket add DevEnterprise.Foundation.Caching
DevEnterprise.Foundation.Caching Download (Unzip the "nupkg" after downloading)
Dependencies
- DevEnterprise.Foundation(>= 0.0.3)
- Microsoft.Extensions.Caching.Abstractions(>= 3.1.1)
- Microsoft.Extensions.Caching.Memory(>= 3.1.1)
- Microsoft.Extensions.Caching.SqlServer(>= 3.1.1)
- Microsoft.Extensions.Caching.StackExchangeRedis(>= 3.1.1)
- System.Diagnostics.PerformanceCounter(>= 4.7.0)
- System.Text.Json(>= 4.7.0)
Tags
Cached items are stored in memory for fast access uses a distributed backplane for longer term caching and to share across multiple clients. This caching library is also a Polly cache provider so can be used in cache policy configuration.