OutputCacheProfileCollection Class
.NET Framework 3.0
Represents a collection of OutputCacheProfile objects. This class cannot be inherited.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
System.Web.Configuration Namespace
OutputCacheProfile
outputCacheProfiles Element for outputCacheSettings for caching (ASP.NET Settings Schema)
ASP.NET Caching
@ OutputCache
Caching Application Data
How to: Set a Page's Cacheability Declaratively
How to: Set a Page's Cacheability Programmatically
Assembly: System.Web (in system.web.dll)
The 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 OutputCacheProfile objects it contains.
Note: |
|---|
| The OutputCacheProfile can be applied to a page using the CacheProfile attribute of the @ OutputCache directive. |
System.Object
System.Configuration.ConfigurationElement
System.Configuration.ConfigurationElementCollection
System.Web.Configuration.OutputCacheProfileCollection
System.Configuration.ConfigurationElement
System.Configuration.ConfigurationElementCollection
System.Web.Configuration.OutputCacheProfileCollection
Reference
OutputCacheProfileCollection MembersSystem.Web.Configuration Namespace
OutputCacheProfile
Other Resources
caching Element (ASP.NET Settings Schema)outputCacheProfiles Element for outputCacheSettings for caching (ASP.NET Settings Schema)
ASP.NET Caching
@ OutputCache
Caching Application Data
How to: Set a Page's Cacheability Declaratively
How to: Set a Page's Cacheability Programmatically
Community Additions
ADD
Show:
Note: