System.Web.Caching.CacheDependency.HasChanged Property

Gets a value indicating whether the System.Web.Caching.CacheDependency object has changed.

Syntax

public bool HasChanged { get; }

Value

Documentation for this section has not yet been entered.

Remarks

You can add an item to an ASP.NET application's System.Web.Caching.Cache with a System.Web.Caching.CacheDependency. When the System.Web.Caching.CacheDependency changes, the item added to the System.Web.Caching.Cache is invalidated and removed from the cache. You can use this property to determine whether a System.Web.Caching.CacheDependency has changed, and recreate the item in the System.Web.Caching.Cache if that has occurred.

Requirements

Namespace: System.Web.Caching
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0