EasyCaching is a open source caching library that contains basic usages and some advanced usages of caching which can help us to handle caching more easier!.
Info
Version: | 1.9.4-alpha20241028160518 |
Author(s): | ncc, Catcher Wong |
Last Update: | Monday, October 28, 2024 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/dotnetcore/EasyCaching |
NuGet Url: | https://www.nuget.org/packages/EasyCaching.Core |
Install
Install-Package EasyCaching.Core
dotnet add package EasyCaching.Core
paket add EasyCaching.Core
EasyCaching.Core Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection(>= 3.1.0)
- Microsoft.Extensions.Logging(>= 3.1.0)
- Microsoft.Extensions.Options.ConfigurationExtensions(>= 3.1.0)
- System.Diagnostics.DiagnosticSource(>= 4.7.0)
Tags