DoubleCache 0.2.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package DoubleCache --version 0.2.1
                    
NuGet\Install-Package DoubleCache -Version 0.2.1
                    
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="0.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DoubleCache" Version="0.2.1" />
                    
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 0.2.1
                    
#r "nuget: DoubleCache, 0.2.1"
                    
#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@0.2.1
                    
#: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=0.2.1
                    
Install as a Cake Addin
#tool nuget:?package=DoubleCache&version=0.2.1
                    
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,881 5/25/2017
2.0.0-beta7 1,722 5/25/2017
2.0.0-beta6 1,215 5/25/2017
2.0.0-beta5 1,625 10/27/2016
2.0.0-beta4 1,438 10/27/2016
2.0.0-beta3 1,233 10/26/2016
2.0.0-beta2 1,449 10/26/2016
2.0.0-beta1 1,477 10/25/2016
1.6.1 10,143 5/25/2017
1.6.0 2,240 10/24/2016
1.5.1 1,560 10/14/2016
1.4.1 2,143 7/15/2016
1.4.0 2,060 4/1/2016
1.2.1 1,875 3/2/2016
1.2.0 1,819 3/2/2016
1.1.1 1,823 3/1/2016
1.1.0 2,523 2/29/2016
1.0.0 1,475 2/17/2016
0.2.1 1,972 1/7/2016
0.2.0 1,435 1/3/2016

A small release adding factory method for cache creation.