SqlCacheDependencyDatabase Class
.NET Framework 3.0
Configures the SQL cache dependencies databases for an ASP.NET application. This class cannot be inherited.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The SqlCacheDependencyDatabase allows you to programmatically access and modify the databases element of the sqlCacheDependency node within the caching configuration section.
The SQL cache dependency allows the cached data to be synchronized with the original source. After you configure the relationship between an item stored in an ASP.NET application's cache and a specific SQL Server database table, an instance of the SqlCacheDependency class monitors the table for possible changes.
System.Object
System.Configuration.ConfigurationElement
System.Web.Configuration.SqlCacheDependencyDatabase
System.Configuration.ConfigurationElement
System.Web.Configuration.SqlCacheDependencyDatabase
Community Additions
ADD
Show: