System.Web.UI.ControlCachePolicy.Dependency Property

Gets or sets an instance of the System.Web.Caching.CacheDependency class associated with the cached user control output.

Syntax

public System.Web.Caching.CacheDependency Dependency { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The ControlCachePolicy.Dependency property delegates to the BasePartialCachingControl.Dependency property of the System.Web.UI.BasePartialCachingControl control that wraps the user control. When the System.Web.Caching.CacheDependency instance is invalidated, the user control is removed from the cache.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0