System.Web.UI.OutputCacheParameters Class

Encapsulates the output cache initialization settings parsed from an @ OutputCache page directive by ASP.NET. This class cannot be inherited.

See Also: OutputCacheParameters Members

Syntax

public sealed class OutputCacheParameters

Remarks

The System.Web.UI.OutputCacheParameters class is not used by ASP.NET page or control developers. It provides a data structure used to store cache settings parsed from an @ OutputCache page directive by ASP.NET page and control parsers such as System.Web.UI.PageParser and System.Web.UI.TemplateControlParser. The System.Web.UI.OutputCacheParameters object is used with the Page.InitOutputCache(OutputCacheSettings) method to initialize the output cache for a page and its contents at run time.

Requirements

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