UserControl.CachePolicy Property
.NET Framework (current version)
Gets a reference to a collection of caching parameters for this user control.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Web.UI.ControlCachePolicyA ControlCachePolicy containing properties that define the caching parameters for this UserControl.
The CachePolicy property defines the cache parameters for the instance of the UserControl class. The CachePolicy property is read-only; however, you can set the properties of the ControlCachePolicy object that it returns.
The CachePolicy property cannot be set declaratively. It must be set programmatically.
The following code example demonstrates how to use the SupportsCaching property to determine whether the user control can be cached, and if so, sets the Duration property to cache the control for 10 seconds.
.NET Framework
Available since 2.0
Available since 2.0
Show: