CacheManager.Couchbase
0.7.4
See the version list below for details.
dotnet add package CacheManager.Couchbase --version 0.7.4
NuGet\Install-Package CacheManager.Couchbase -Version 0.7.4
<PackageReference Include="CacheManager.Couchbase" Version="0.7.4" />
paket add CacheManager.Couchbase --version 0.7.4
#r "nuget: CacheManager.Couchbase, 0.7.4"
// Install CacheManager.Couchbase as a Cake Addin #addin nuget:?package=CacheManager.Couchbase&version=0.7.4 // Install CacheManager.Couchbase as a Cake Tool #tool nuget:?package=CacheManager.Couchbase&version=0.7.4
CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
DNX | dnx451 is compatible. |
-
.NETFramework 4.5
- CacheManager.Core (>= 0.7.4)
- CouchbaseNetClient (>= 2.2.4)
- Newtonsoft.Json (>= 6.0.8)
-
DNX 4.5.1
- CacheManager.Core (>= 0.7.4)
- CouchbaseNetClient (>= 2.2.4)
- Newtonsoft.Json (>= 6.0.8)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.0-beta-1629 | 797 | 11/15/2018 |
1.2.0 | 40,749 | 12/6/2018 |
1.1.2 | 4,367 | 11/18/2017 |
1.1.1 | 1,619 | 7/2/2017 |
1.1.0 | 1,119 | 6/5/2017 |
1.0.1 | 1,735 | 4/20/2017 |
1.0.0 | 1,181 | 3/19/2017 |
1.0.0-beta-1456 | 760 | 3/14/2017 |
0.9.3 | 1,603 | 2/3/2017 |
0.9.2 | 1,120 | 12/1/2016 |
0.9.1 | 19,391 | 9/23/2016 |
0.9.0 | 1,048 | 8/21/2016 |
0.8.0 | 2,135 | 2/28/2016 |
0.7.4 | 1,018 | 2/14/2016 |
0.7.3 | 1,028 | 2/5/2016 |
0.7.2 | 1,015 | 1/27/2016 |
0.7.1 | 1,055 | 1/20/2016 |
0.7.0 | 1,151 | 12/26/2015 |
0.6.1 | 1,138 | 10/31/2015 |
0.6.0 | 1,139 | 6/9/2015 |
0.5.0 | 1,201 | 4/15/2015 |
0.4.4.1 | 1,135 | 4/10/2015 |
0.4.4 | 1,114 | 4/10/2015 |
0.4.3 | 1,187 | 4/4/2015 |
0.4.2 | 1,147 | 3/31/2015 |
Some Configuration refactoring / simplifications / extensions.
Added CacheManager.Microsoft.Extensions.Configuration (fixes #43) which allows to load configuration from json files and other sources.
Added a cachemanager.json schema file for json editors (like VS2015).
Renamed AspNetCore.Logging package to CacheManager.Microsoft.Extensions.Logging.
First iteration on Back-Plate optimizations #39.