Simple C# caching library including a FIFO and LRU cache.
Info
Version: | 2.0.0.1 |
Author(s): | Joel Christner |
Last Update: | Wednesday, February 23, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/jchristn/caching |
NuGet Url: | https://www.nuget.org/packages/Caching.dll |
Install
Install-Package Caching.dll
dotnet add package Caching.dll
paket add Caching.dll
Caching.dll Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.CSharp(>= 4.7.0)
- Microsoft.CSharp(>= 4.7.0)
- Microsoft.CSharp(>= 4.7.0)
- Microsoft.CSharp(>= 4.7.0)
Tags