DoubleCache 1.1.0

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

// Install DoubleCache as a Cake Tool
#tool nuget:?package=DoubleCache&version=1.1.0

Layered distributed cache-aside implementation

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on DoubleCache:

Package Downloads
DoubleCache.SystemWebCaching

System.Web.Caching / HttpContext.Cache implementation for DoubleCache

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0-beta8 2,506 5/25/2017
2.0.0-beta7 1,311 5/25/2017
2.0.0-beta6 945 5/25/2017
2.0.0-beta5 1,252 10/27/2016
2.0.0-beta4 1,071 10/27/2016
2.0.0-beta3 974 10/26/2016
2.0.0-beta2 1,090 10/26/2016
2.0.0-beta1 1,101 10/25/2016
1.6.1 6,140 5/25/2017
1.6.0 1,846 10/24/2016
1.5.1 1,203 10/14/2016
1.4.1 1,646 7/15/2016
1.4.0 1,578 4/1/2016
1.2.1 1,392 3/2/2016
1.2.0 1,341 3/2/2016
1.1.1 1,348 3/1/2016
1.1.0 2,043 2/29/2016
1.0.0 1,219 2/17/2016
0.2.1 1,486 1/7/2016
0.2.0 1,180 1/3/2016

Includes support for explicit delete of cache contents using Remove method on ICacheAside interface