Technovert.Utilities.GenericCacheProvider
1.0.0
dotnet add package Technovert.Utilities.GenericCacheProvider --version 1.0.0
NuGet\Install-Package Technovert.Utilities.GenericCacheProvider -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Technovert.Utilities.GenericCacheProvider" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Technovert.Utilities.GenericCacheProvider --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Technovert.Utilities.GenericCacheProvider, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Technovert.Utilities.GenericCacheProvider as a Cake Addin #addin nuget:?package=Technovert.Utilities.GenericCacheProvider&version=1.0.0 // Install Technovert.Utilities.GenericCacheProvider as a Cake Tool #tool nuget:?package=Technovert.Utilities.GenericCacheProvider&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
CacheProvider
A plug-n-play utility package to manage cache. Currently servicing via ObjectCache and RedisCache (Beta).
Functions available:
| T GetCache<T>(string cacheKey);
|
| void AddCacheOrUpdate<T>(string cacheKey, object data);
|
| void AddCacheOrUpdate<T>(string cacheKey, object data, TimeSpan timeOut);
|
| void RemoveFromCache(string cacheKey);
|
| bool Contains(string cacheKey);
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 4.7.2
- Newtonsoft.Json (>= 12.0.3)
- Pipelines.Sockets.Unofficial (>= 2.0.22)
- StackExchange.Redis (>= 2.0.601)
- System.Buffers (>= 4.4.0)
- System.Diagnostics.PerformanceCounter (>= 4.5.0)
- System.IO.Compression (>= 4.3.0)
- System.IO.Pipelines (>= 4.5.1)
- System.Memory (>= 4.5.1)
- System.Numerics.Vectors (>= 4.4.0)
- System.Runtime.Caching (>= 4.7.0)
- System.Runtime.CompilerServices.Unsafe (>= 4.5.2)
- System.Threading.Channels (>= 4.5.0)
- System.Threading.Tasks.Extensions (>= 4.5.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 541 | 2/6/2020 |
Initial Release