TamTam.NuGet.Umb.ResponseCaching.Binary
1.1.5.8
dotnet add package TamTam.NuGet.Umb.ResponseCaching.Binary --version 1.1.5.8
NuGet\Install-Package TamTam.NuGet.Umb.ResponseCaching.Binary -Version 1.1.5.8
<PackageReference Include="TamTam.NuGet.Umb.ResponseCaching.Binary" Version="1.1.5.8" />
paket add TamTam.NuGet.Umb.ResponseCaching.Binary --version 1.1.5.8
#r "nuget: TamTam.NuGet.Umb.ResponseCaching.Binary, 1.1.5.8"
// Install TamTam.NuGet.Umb.ResponseCaching.Binary as a Cake Addin #addin nuget:?package=TamTam.NuGet.Umb.ResponseCaching.Binary&version=1.1.5.8 // Install TamTam.NuGet.Umb.ResponseCaching.Binary as a Cake Tool #tool nuget:?package=TamTam.NuGet.Umb.ResponseCaching.Binary&version=1.1.5.8
Umbraco V6+ only
This package takes care of:
- Output caching
- Client caching
- 304 Caching
Configurable per:
- path (regex)
- useragent (regex)
- method
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
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.
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)