CacheInMemory 2.0.1
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"
// Install CacheInMemory as a Cake Addin
#addin nuget:?package=CacheInMemory&version=2.0.1
// Install CacheInMemory as a Cake Tool
#tool nuget:?package=CacheInMemory&version=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
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp3.1 |
.NET Framework | net462 net463 net47 net471 net472 net48 |
-
.NETCoreApp 3.1
- No dependencies.
-
.NETFramework 4.6.2
- No dependencies.
-
.NETFramework 4.7.2
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.