Concurrent cache - use as many threads as you want, only one task for each key will be executed.
Info
Version: | 1.1.0 |
Author(s): | ToitskyMA, horinf |
Last Update: | Saturday, October 16, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/ToolsToLive.ConcurrentCache |
Install
Install-Package ToolsToLive.ConcurrentCache
dotnet add package ToolsToLive.ConcurrentCache
paket add ToolsToLive.ConcurrentCache
ToolsToLive.ConcurrentCache Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.1.3)
- System.Runtime.Caching(>= 4.7.0)
Tags