Gets a value indicating whether the System.Web.Caching.CacheDependency object has changed.
Documentation for this section has not yet been entered.
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.