Encapsulates the output cache initialization settings parsed from an @ OutputCache page directive by ASP.NET. This class cannot be inherited.
See Also: OutputCacheParameters Members
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.