This assembly contains cache management logic using Polly.
Info
Version: | 6.1.1 |
Author(s): | Rushui Guan |
Last Update: | Monday, September 18, 2023 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Albatross.Caching |
Install
Install-Package Albatross.Caching
dotnet add package Albatross.Caching
paket add Albatross.Caching
Albatross.Caching Download (Unzip the "nupkg" after downloading)
Dependencies
- Albatross(>= 1.0.6)
- Microsoft.Extensions.DependencyInjection(>= 3.1.8)
- Microsoft.Extensions.Logging.Abstractions(>= 3.1.8)
- Polly(>= 7.2.1)
- Polly.Caching.Memory(>= 3.0.2)