The members of System.Web.UI.OutputCacheParameters are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Web.UI.OutputCacheParameters class. |
CacheProfile | string.
Gets or sets an System.Web.Configuration.OutputCacheProfile name that is associated with the settings of the output cache entry. | |
Duration | int.
Gets or sets the amount of time that a cache entry is to remain in the output cache. | |
Enabled | bool.
Gets or sets a value indicating whether output caching is enabled for the current content. | |
Location | OutputCacheLocation.
Gets or sets a value that determines the location of the cache entry. | |
NoStore | bool.
Gets or sets a value that determines whether the HTTP Cache-Control: no-store directive is set. | |
SqlDependency | string.
Gets or sets a set of database and table name pairs that the cache entry depends on. | |
VaryByContentEncoding | string.
Gets or sets a comma-delimited set of character sets (content encodings) used to vary the cache entry. | |
VaryByControl | string.
Gets or sets a semicolon-delimited set of control identifiers contained within the current page or user control used to vary the current cache entry. | |
VaryByCustom | string.
Gets a list of custom strings that the output cache uses to vary the cache entry. | |
VaryByHeader | string.
Gets or sets a comma-delimited set of header names used to vary the cache entry. The header names identify HTTP headers associated with the request. | |
VaryByParam | string.
Gets a semicolon-delimited list of query string or form POST parameters that the output cache uses to vary the cache entry. |