The GlobalCache library provides a cheap and effortless way to host a distributed caching mechanism.
Info
| Version: | 1.0.10 |
| Author(s): | Erik O'Leary |
| Last Update: | Monday, September 21, 2020 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/wivuu/Wivuu.GlobalCache |
| NuGet Url: | https://www.nuget.org/packages/Wivuu.GlobalCache |
Install
Install-Package Wivuu.GlobalCache
dotnet add package Wivuu.GlobalCache
paket add Wivuu.GlobalCache
Wivuu.GlobalCache Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection(>= 3.1.7)
- Microsoft.Extensions.Options(>= 3.1.7)
- System.IO.Pipelines(>= 4.7.2)
- System.Text.Json(>= 4.7.2)
Tags