MarkCBB.Extensions.Caching.MongoDB
2.1.2
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using MongoDB.
This implementation is based on the official made by Microsoft for SqlServer and Redis.
In order to fix an issue in the MongoDB driver using .net core 3.0, this release (2.1.2) upgrades the minimum version of MongoDB driver to 2.8.1.
Install-Package MarkCBB.Extensions.Caching.MongoDB -Version 2.1.2
dotnet add package MarkCBB.Extensions.Caching.MongoDB --version 2.1.2
<PackageReference Include="MarkCBB.Extensions.Caching.MongoDB" Version="2.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MarkCBB.Extensions.Caching.MongoDB --version 2.1.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MarkCBB.Extensions.Caching.MongoDB, 2.1.2"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
-
.NETStandard 2.0
- Microsoft.Extensions.Caching.Abstractions (>= 2.1.2)
- Microsoft.Extensions.Options (>= 2.1.1)
- MongoDB.Driver.signed (>= 2.8.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
2.1.2 | 420 | 8/10/2020 |
2.1.1 | 16,627 | 8/14/2018 |
2.1.1-rc-t003 | 370 | 8/12/2018 |