AnyCache 1.0.16
A .net caching library based on original LazyCache implementation
Install-Package AnyCache -Version 1.0.16
dotnet add package AnyCache --version 1.0.16
<PackageReference Include="AnyCache" Version="1.0.16" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AnyCache --version 1.0.16
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AnyCache, 1.0.16"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install AnyCache as a Cake Addin
#addin nuget:?package=AnyCache&version=1.0.16
// Install AnyCache as a Cake Tool
#tool nuget:?package=AnyCache&version=1.0.16
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
A .net caching library based on original LazyCache implementation
Dependencies
-
.NETStandard 2.0
- Microsoft.Extensions.Caching.Memory (>= 3.1.3)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on AnyCache:
Package | Downloads |
---|---|
AnyCache.Providers.Redis
A Redis storage provider for AnyCache
|
GitHub repositories
This package is not used by any popular GitHub repositories.