Info
Version: | 1.2.1 |
Author(s): | Venkataswamy Pavali |
Last Update: | Friday, June 28, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://www.nuget.org/packages/Pavalisoft.Caching/ |
NuGet Url: | https://www.nuget.org/packages/Pavalisoft.Caching |
Install
Install-Package Pavalisoft.Caching
dotnet add package Pavalisoft.Caching
paket add Pavalisoft.Caching
Pavalisoft.Caching Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Caching.Memory(>= 2.2.0)
- Microsoft.Extensions.Configuration(>= 2.2.0)
- Microsoft.Extensions.Configuration.Binder(>= 2.2.4)
- Microsoft.Extensions.DependencyInjection(>= 2.2.0)
- Newtonsoft.Json(>= 12.0.2)
Tags
It's additional feature CacheManager supports various cache providers and implements many advanced features which can be used in single project/application.
Refer https://pavalisoft.github.io/Caching/ for complete API Documentation.
The main goal of the Pavalisoft.Caching package is to make developer's life easier to handle even very complex caching scenarios and concentrate on functionality.
With Pavalisoft.Caching, it is possible to implement multiple layers of caching with multiple cache providers in one place, e.g.
In-MemoryCache, distributed cache, in just a few lines of code.