This documentation is archived and is not being maintained.
SqlCacheDependency Members
Visual Studio 2008
Establishes a relationship between an item stored in an ASP.NET application's Cache object and either a specific SQL Server database table or the results of a SQL Server 2005 query. This class cannot be inherited.
The SqlCacheDependency type exposes the following members.
| Name | Description | |
|---|---|---|
|
SqlCacheDependency | Overloaded. Initializes a new instance of the SqlCacheDependency class. |
| Name | Description | |
|---|---|---|
|
DependencyDispose | Releases the resources used by the CacheDependency class and any classes that derive from CacheDependency. (Inherited from CacheDependency.) |
|
Dispose | Releases the resources used by the CacheDependency object. (Inherited from CacheDependency.) |
|
Equals | 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. (Inherited from CacheDependency.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
GetUniqueID | Retrieves a unique identifier for a SqlCacheDependency object. (Overrides CacheDependency::GetUniqueID().) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
NotifyDependencyChanged | Notifies the base CacheDependency object that the dependency represented by a derived CacheDependency class has changed. (Inherited from CacheDependency.) |
|
SetUtcLastModified | Marks the time when a dependency last changed. (Inherited from CacheDependency.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
HasChanged | Gets a value indicating whether the CacheDependency object has changed. (Inherited from CacheDependency.) |
|
UtcLastModified | Gets the time when the dependency was last changed. (Inherited from CacheDependency.) |
Show: