ControlCachePolicy Methods
.NET Framework (current version)
Namespace:
System.Web.UI
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | SetExpires(DateTime) | Instructs the BasePartialCachingControl control that wraps the user control to expire the cache entry at the specified date and time. |
![]() | SetSlidingExpiration(Boolean) | Instructs the BasePartialCachingControl control that wraps the user control to set the user control's cache entry to use sliding or absolute expiration. |
![]() | SetVaryByCustom(String) | Sets a list of custom strings that the output cache will use to vary the user control. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Show:
