Info
Version: | 1.1.0 |
Author(s): | Rishabh |
Last Update: | Saturday, December 21, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/RishabKumar/CacheCrow |
NuGet Url: | https://www.nuget.org/packages/CacheCrow |
Install
Install-Package CacheCrow
dotnet add package CacheCrow
paket add CacheCrow
CacheCrow Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
It works on 2 layers, Active and Dormant cache.
In-memory serves as Active whereas disk sits as Dormant Cache. LFU algorithm in conjunction with data time-expiry is used to make data servicable.