![]() |
VOOZH | about |
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" />
<PackageVersion Include="CacheManager.Couchbase" Version="0.7.4" />Directory.Packages.props
<PackageReference Include="CacheManager.Couchbase" />Project file
paket add CacheManager.Couchbase --version 0.7.4
#r "nuget: CacheManager.Couchbase, 0.7.4"
#:package CacheManager.Couchbase@0.7.4
#addin nuget:?package=CacheManager.Couchbase&version=0.7.4Install as a Cake Addin
#tool nuget:?package=CacheManager.Couchbase&version=0.7.4Install as a Cake Tool
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 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| DNX | dnx451 dnx451 is compatible. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.2.0 | 57,730 | 12/6/2018 |
| 1.1.2 | 4,944 | 11/18/2017 |
| 1.1.1 | 2,627 | 7/2/2017 |
| 1.1.0 | 1,718 | 6/5/2017 |
| 1.0.1 | 2,213 | 4/20/2017 |
| 1.0.0 | 1,776 | 3/19/2017 |
| 1.0.0-beta-1456 | 1,176 | 3/14/2017 |
| 0.9.3 | 2,083 | 2/3/2017 |
| 0.9.2 | 1,563 | 12/1/2016 |
| 0.9.1 | 25,828 | 9/23/2016 |
| 0.9.0 | 1,457 | 8/21/2016 |
| 0.8.0 | 2,601 | 2/28/2016 |
| 0.7.4 | 1,449 | 2/14/2016 |
| 0.7.3 | 1,492 | 2/5/2016 |
| 0.7.2 | 1,449 | 1/27/2016 |
| 0.7.1 | 1,477 | 1/20/2016 |
| 0.7.0 | 1,778 | 12/26/2015 |
| 0.6.1 | 1,540 | 10/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.