The members of System.Web.Configuration.OutputCacheProfile are listed below.
See Also: Inherited members from System.Configuration.ConfigurationElement
Initializes a new instance of the System.Web.Configuration.OutputCacheProfile class. |
Duration | int.
Gets or sets the time duration during which the page or control is cached. | |
Enabled | bool.
Gets or sets a value indicating whether caching is enabled. | |
Location | System.Web.UI.OutputCacheLocation.
Gets or sets the output cache location. | |
Name | string.
Gets or sets the System.Web.Configuration.OutputCacheProfile name. | |
NoStore | bool.
Gets or sets a value indicating whether secondary storage is enabled. | |
SqlDependency | string.
Gets or sets the OutputCacheProfile.SqlDependency property. | |
VaryByContentEncoding | string.
Gets or sets the semicolon-delimited set of content encodings to be cached. | |
VaryByControl | string.
Gets or sets the OutputCacheProfile.VaryByControl property. | |
VaryByCustom | string.
Gets or sets the OutputCacheProfile.VaryByCustom property. | |
VaryByHeader | string.
Gets or sets the OutputCacheProfile.VaryByHeader property. | |
VaryByParam | string.
Gets or sets the OutputCacheProfile.VaryByParam property. |
[read-only] override | Properties | System.Configuration.ConfigurationPropertyCollection. Documentation for this section has not yet been entered. |