A thread-safe caching infrastructure for caching data objects, which should be requested only once when needed from the data source (db, service or any type of data source).
Info
Version: | 1.1.0 |
Author(s): | Oğuzhan Kahyaoğlu |
Last Update: | Thursday, March 28, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/oguzhankahyaoglu/CachedRepository |
NuGet Url: | https://www.nuget.org/packages/CachedRepository |
Install
Install-Package CachedRepository
dotnet add package CachedRepository
paket add CachedRepository
CachedRepository Download (Unzip the "nupkg" after downloading)
Dependencies
- LazyCache(>= 0.7.1.44)
Tags