TamTam.NuGet.Umb.ResponseCaching.Binary 1.1.5.3

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

// Install TamTam.NuGet.Umb.ResponseCaching.Binary as a Cake Tool
#tool nuget:?package=TamTam.NuGet.Umb.ResponseCaching.Binary&version=1.1.5.3

Umbraco V6+ only

     This package takes care of:
     - Output caching
     - Client caching
     - 304 Caching

     Configurable per:
     - path (regex)
     - useragent (regex)
     - method

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.

This package has no dependencies.

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.1.5.8 1,307 5/12/2015
1.1.5.3 1,006 5/11/2015

1.1.5
     * Some cleanup of old code
     * Last-Modified date is now the true true last date
     
     1.1.4
     * Cache rules interpretation in config file improved.
     * Added *.aspx as 'disabled' rule for preview pages

     1.1.3
     * Downgraded logging from INFO to DEBUG

     1.1.2
     * Added setting for scope (public/private) to support Incap
     * Added Logging (log4net/info)