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: | 5.0.0 |
| Author(s): | Oğuzhan Kahyaoğlu |
| Last Update: | Sunday, December 12, 2021 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/oguzhankahyaoglu/CachedRepository.NetCore |
| NuGet Url: | https://www.nuget.org/packages/CachedRepository.NetCore |
Install
Install-Package CachedRepository.NetCore
dotnet add package CachedRepository.NetCore
paket add CachedRepository.NetCore
CachedRepository.NetCore Download (Unzip the "nupkg" after downloading)
Dependencies
- LazyCache(>= 2.0.0)
- LazyCache.AspNetCore(>= 2.0.0)
Tags