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.
<PackageVersion Include="DoubleCache" Version="1.1.0" />
                    
Directory.Packages.props
<PackageReference Include="DoubleCache" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package DoubleCache@1.1.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DoubleCache&version=1.1.0
                    
Install as a Cake Addin
#tool nuget:?package=DoubleCache&version=1.1.0
                    
Install as a Cake Tool

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,870 5/25/2017
2.0.0-beta7 1,711 5/25/2017
2.0.0-beta6 1,207 5/25/2017
2.0.0-beta5 1,615 10/27/2016
2.0.0-beta4 1,429 10/27/2016
2.0.0-beta3 1,226 10/26/2016
2.0.0-beta2 1,440 10/26/2016
2.0.0-beta1 1,468 10/25/2016
1.6.1 10,124 5/25/2017
1.6.0 2,231 10/24/2016
1.5.1 1,551 10/14/2016
1.4.1 2,131 7/15/2016
1.4.0 2,048 4/1/2016
1.2.1 1,863 3/2/2016
1.2.0 1,806 3/2/2016
1.1.1 1,811 3/1/2016
1.1.0 2,510 2/29/2016
1.0.0 1,468 2/17/2016
0.2.1 1,960 1/7/2016
0.2.0 1,429 1/3/2016

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