A distributed cache implementation based on MongoDb, inspired by RedisCache and SqlServerCache.
Info
Version: | 2.5.0 |
Author(s): | Alessandro Petrelli & Contributors |
Last Update: | Sunday, October 31, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/outmatic/MongoDbCache |
NuGet Url: | https://www.nuget.org/packages/MongoDbCache |
Install
Install-Package MongoDbCache
dotnet add package MongoDbCache
paket add MongoDbCache
MongoDbCache Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Caching.Abstractions(>= 2.2.0)
- Microsoft.Extensions.Options(>= 2.2.0)
- MongoDB.Driver(>= 2.8.1)