CacheManager.Couchbase 0.7.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package CacheManager.Couchbase --version 0.7.2
NuGet\Install-Package CacheManager.Couchbase -Version 0.7.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CacheManager.Couchbase" Version="0.7.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CacheManager.Couchbase --version 0.7.2
#r "nuget: CacheManager.Couchbase, 0.7.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CacheManager.Couchbase as a Cake Addin
#addin nuget:?package=CacheManager.Couchbase&version=0.7.2

// Install CacheManager.Couchbase as a Cake Tool
#tool nuget:?package=CacheManager.Couchbase&version=0.7.2

CacheManager is an open source abstraction layer for caching written in C#. It supports various cache providers and implements many advanced features.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 761 11/15/2018
1.2.0 34,986 12/6/2018
1.1.2 4,098 11/18/2017
1.1.1 1,448 7/2/2017
1.1.0 1,086 6/5/2017
1.0.1 1,686 4/20/2017
1.0.0 1,145 3/19/2017
1.0.0-beta-1456 747 3/14/2017
0.9.3 1,496 2/3/2017
0.9.2 1,104 12/1/2016
0.9.1 17,571 9/23/2016
0.9.0 1,021 8/21/2016
0.8.0 2,075 2/28/2016
0.7.4 991 2/14/2016
0.7.3 1,003 2/5/2016
0.7.2 996 1/27/2016
0.7.1 1,023 1/20/2016
0.7.0 1,123 12/26/2015
0.6.1 1,108 10/31/2015
0.6.0 1,107 6/9/2015
0.5.0 1,168 4/15/2015
0.4.4.1 1,105 4/10/2015
0.4.4 1,085 4/10/2015
0.4.3 1,159 4/4/2015
0.4.2 1,120 3/31/2015

New Features
* Added logging, added logging abstraction to core and a first implementation based on Microsoft.Extensions.Logging (new NuGet "CacheManager.AspNetCore.Logging")

Enhancements
* Redis: Get, Set and Updates have been rewritten to use Lua scripts.
This way all operations behave better than lock or transactions in worst case scenarios (fail overs, server restarts etc...)

Bugfixes:
* Redis value converter didn't work with .net framework and .net core mixed clr types
* Redis init with disposed TextWriter
* In memory cache 'Update' didn't work properly