CacheInMemory 2.0.1
This client library provides capabilities to add cache in memory for data, it is a thread safe. 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
Install-Package CacheInMemory -Version 2.0.1
dotnet add package CacheInMemory --version 2.0.1
<PackageReference Include="CacheInMemory" Version="2.0.1" />
paket add CacheInMemory --version 2.0.1
#r "nuget: CacheInMemory, 2.0.1"
Dependencies
-
.NETCoreApp 3.1
- No dependencies.
-
.NETFramework 4.6.2
- No dependencies.
-
.NETFramework 4.7.2
- No dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.