ControlCachePolicy Properties
.NET Framework (current version)
Namespace:
System.Web.UI
Assembly: System.Web (in System.Web.dll)
| 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:
