Simple "cache-aside" pattern implementation with proactive updating values.
Info
Version: | 1.2.0 |
Author(s): | Nikolay Vorobev |
Last Update: | Monday, June 7, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/ProactiveCache |
Install
Install-Package ProactiveCache
dotnet add package ProactiveCache
paket add ProactiveCache
ProactiveCache Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Threading.Tasks.Extensions(>= 4.5.4)
Tags