CacheDependency Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | DependencyDispose() | Releases the resources used by the CacheDependency class and any classes that derive from CacheDependency. |
![]() | Dispose() | Releases the resources used by the CacheDependency object. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | FinishInit() | Completes initialization of the CacheDependency object. |
![]() | GetFileDependencies() | Gets the file dependencies. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | GetUniqueID() | Retrieves a unique identifier for a CacheDependency object. |
![]() | ItemRemoved() | Called when a monitored cache entry is removed. |
![]() | KeepDependenciesAlive() | Updates the last access time of every cache item that depends on this item. |
![]() | MemberwiseClone() | |
![]() | NotifyDependencyChanged(Object^, EventArgs^) | Notifies the base CacheDependency object that the dependency represented by a derived CacheDependency class has changed. |
![]() | SetCacheDependencyChanged(Action<Object^, EventArgs^>^) | Adds an Action method to handle notifying interested party in changes to this dependency. |
![]() | SetUtcLastModified(DateTime) | Marks the time when a dependency last changed. |
![]() | TakeOwnership() | Allows the first user to declare exclusive ownership of this dependency. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |

