CouchbaseAspNetExtended 1.3.3.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package CouchbaseAspNetExtended --version 1.3.3.4
NuGet\Install-Package CouchbaseAspNetExtended -Version 1.3.3.4
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="CouchbaseAspNetExtended" Version="1.3.3.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CouchbaseAspNetExtended --version 1.3.3.4
#r "nuget: CouchbaseAspNetExtended, 1.3.3.4"
#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 CouchbaseAspNetExtended as a Cake Addin
#addin nuget:?package=CouchbaseAspNetExtended&version=1.3.3.4

// Install CouchbaseAspNetExtended as a Cake Tool
#tool nuget:?package=CouchbaseAspNetExtended&version=1.3.3.4

Port of the Enyim Memcached Provider to Couchbase Server with some improvements:
- Target framework is .NET 4.5
- Session data compression is supported.
- NLog logging can be enabled to output basic information for all Save / Load actions (item id and size before and after compression)
- LZ4 fast compression algorithm supported
- QuickLZ very fast compression algorithm supported and is default algorithm if compression enabled (http://www.quicklz.com/).
- LZ4Sharp library (https://github.com/stangelandcl/LZ4Sharp) used for fastest compression
- Provider write his configuration during start to Windows Event Log and in addition to log file.

Copyrights:
- couchbase-aspnet project is Copyright (C) 2012 Couchbase, Inc
- LZ4Sharp is Copyright (C) 2011, Clayton Stangeland
- parts of LZ4Sharp are LZ4 - Fast LZ compression algorithm is Copyright (C) 2011, Yann Collet.
- QuickLZ data compression library
is Copyright (C) 2006-2011 Lasse Mikkel Reinhold

Product Compatible and additional computed target framework versions.
.NET Framework net 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
1.3.5 4,933 5/11/2014
1.3.3.5 1,689 12/24/2013
1.3.3.4 1,671 11/4/2013
1.3.3.3 1,663 10/3/2013
1.3.3.2 1,669 10/3/2013
1.3.3.1 1,768 4/22/2013
1.3.3 1,795 2/4/2013

Starting from version 1.3.3.3 Target framework set to .NET 4.5