The properties of System.Web.UI.ControlCachePolicy are listed below. For a list of all members, see the ControlCachePolicy Members list.
See Also: Inherited members from System.Object
Cached | bool.
Gets or sets a value indicating whether fragment caching is enabled for the user control. | |
Dependency | System.Web.Caching.CacheDependency.
Gets or sets an instance of the System.Web.Caching.CacheDependency class associated with the cached user control output. | |
Duration | TimeSpan.
Gets or sets the amount of time that cached items are to remain in the output cache. | |
[read-only] | SupportsCaching | bool.
Gets a value indicating whether the user control supports caching. |
VaryByControl | string.
Gets or sets a list of control identifiers to vary the cached output by. | |
[read-only] | VaryByParams | System.Web.HttpCacheVaryByParams.
Gets or sets a list of GET or POST parameter names to vary the cached output by. |