Represents a collection of System.Web.Configuration.OutputCacheProfile objects. This class cannot be inherited.
See Also: OutputCacheProfileCollection Members
The System.Web.Configuration.OutputCacheProfileCollection allows to centralize the management of the output cache settings used by pages or user controls.
It allows you to programmatically access and modify the System.Web.Configuration.OutputCacheProfile objects it contains.
The System.Web.Configuration.OutputCacheProfile can be applied to a page using the CacheProfile attribute of the @ OutputCache directive.