Info
Version: | 2.0.1 |
Author(s): | Ankit Varma |
Last Update: | Monday, October 12, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ankitvarmait/Packages |
NuGet Url: | https://www.nuget.org/packages/CacheInMemory |
Install
Install-Package CacheInMemory
dotnet add package CacheInMemory
paket add CacheInMemory
CacheInMemory Download (Unzip the "nupkg" after downloading)
Dependencies
net462
No dependencies.
No dependencies.
No dependencies.
Tags
Auto Refresh all data with single calls.
Each key can get value from any data source configured.
Provides time stamp when value has been changed for each key.
E.g.
Get set of data from Database and cache it at server in memory by using this library.
Update all data in one go or for any specific data automatically by setting up data source for each key.
Add or update cache.
For more details with examples: https://github.com/ankitvarmait/Packages.