System.Web.Configuration.OutputCacheSection.EnableKernelCacheForVaryByStar Property

Gets or sets a value indicating whether kernel caching is enabled.

Syntax

[System.Configuration.ConfigurationProperty("enableKernelCacheForVaryByStar", DefaultValue="False")]
public bool EnableKernelCacheForVaryByStar { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

If static compression is enabled for the request but the client requested an uncompressed response, then kernel caching is disabled. Only compressed responses are cached in kernel.

Setting the OutputCacheSection.EnableKernelCacheForVaryByStar property to true doesn’t ensure kernel caching of responses. Modules in the processing pipeline must set the kernel cache policy.

OutputCacheSection.EnableKernelCacheForVaryByStar is introduced in the .NET Framework version 3.5. For more information, see The .NET Framework 3.5 Architecture.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0