SqlCacheDependency Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CreateOutputCacheDependency(String^) | Creates a dependency relationship between an item that is stored in an ASP.NET application's OutputCache object and a SQL Server database table. |
![]() | Dispose() | Releases the resources used by the CacheDependency object.(Inherited from CacheDependency.) |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | FinishInit() | Completes initialization of the CacheDependency object.(Inherited from CacheDependency.) |
![]() | GetFileDependencies() | Gets the file dependencies.(Inherited from CacheDependency.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | GetUniqueID() | Retrieves a unique identifier for a SqlCacheDependency object.(Overrides CacheDependency::GetUniqueID().) |
![]() | ItemRemoved() | Called when a monitored cache entry is removed.(Inherited from CacheDependency.) |
![]() | KeepDependenciesAlive() | Updates the last access time of every cache item that depends on this item.(Inherited from CacheDependency.) |
![]() | SetCacheDependencyChanged(Action<Object^, EventArgs^>^) | Adds an Action method to handle notifying interested party in changes to this dependency.(Inherited from CacheDependency.) |
![]() | TakeOwnership() | Allows the first user to declare exclusive ownership of this dependency.(Inherited from CacheDependency.) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |


