Info
Version: | 1.0.0 |
Author(s): | Damian Krychowski |
Last Update: | Sunday, March 6, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/damian-krychowski/simple-cache |
NuGet Url: | https://www.nuget.org/packages/simple-cache |
Install
Install-Package simple-cache
dotnet add package simple-cache
paket add simple-cache
simple-cache Download (Unzip the "nupkg" after downloading)
It provides special data structures which can aggregate entities by given expression - indexes. Each created index is updated during the cache update - this approach allows to increase reading speed for the price of writing speed and used memory.
Index can be used to access stored entities directly or it can be combined with other indexes to perfom more complex queries.