This documentation is archived and is not being maintained.
ControlCachePolicy Properties
Visual Studio 2010
The ControlCachePolicy type exposes the following members.
| Name | Description | |
|---|---|---|
|
Cached | Gets or sets a value indicating whether fragment caching is enabled for the user control. |
|
Dependency | Gets or sets an instance of the CacheDependency class associated with the cached user control output. |
|
Duration | Gets or sets the amount of time that cached items are to remain in the output cache. |
|
ProviderName | Gets or sets the name of the output-cache provider that is associated with a control instance. |
|
SupportsCaching | Gets a value indicating whether the user control supports caching. |
|
VaryByControl | Gets or sets a list of control identifiers to vary the cached output by. |
|
VaryByParams | Gets or sets a list of GET or POST parameter names to vary the cached output by. |
Show: