Cached 1.0.0
Fast, easy, unobtrusive, light-weight, and concurrency-safe cache library for NetCore and Net 5. Prevents cache stampedes and makes it easy to implement application caching.
Install-Package Cached -Version 1.0.0
dotnet add package Cached --version 1.0.0
<PackageReference Include="Cached" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cached --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Cached, 1.0.0"
#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 Cached as a Cake Addin
#addin nuget:?package=Cached&version=1.0.0
// Install Cached as a Cake Tool
#tool nuget:?package=Cached&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
# v1.0.0
- Memory caching, wrapping Microsoft.Extensions.Caching.Memory.MemoryCache.
- Cache service injection. Inject Cached using 'ICache<IMemory>'.
- Cached functions. Wrap a service call and inject it as 'ICached<Response, Request>'.
- Stampede safe (using SemaphorSlim).
Dependencies
-
.NETStandard 2.0
-
.NETStandard 2.1
-
net5.0
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Cached:
Package | Downloads |
---|---|
Cached.MemoryCache
Provides in-memory, caching support for Cached, the fast, easy and concurrency-safe cache library for NetCore and Net 5. Utilizes Microsoft.Extensions.Caching.Memory.MemoryCache as underlying cache provider.
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated | |
---|---|---|---|
1.0.0 | 201 | 6/15/2020 | |
1.0.0-beta3 | 185 | 6/15/2020 | |
1.0.0-beta2 | 222 | 6/14/2020 | |
1.0.0-beta1 | 222 | 6/13/2020 | |
1.0.0-alpha6 | 239 | 6/11/2020 | |
1.0.0-alpha5 | 351 | 6/6/2020 | |
1.0.0-alpha3 | 276 | 6/6/2020 | |
1.0.0-alpha2 | 293 | 6/6/2020 | |
0.1.0-alpha2 | 243 | 6/3/2020 | |
0.1.0-alpha1 | 219 | 6/2/2020 |