Class Summary |
AggregateCacheDependency |
Combines multiple dependencies between an item stored in an application's Cache object
and an array of CacheDependency objects. |
CacheDependency |
Tracks cache dependencies, which can be files, directories, or keys to other
objects in application's Cache. |
DBCacheDependency |
Establishes a relationship between an item stored in an application's Cache object
and either a specific database table. |
DBDependencyFactory |
Establishes a relationship between an item stored in an application's Cache object
and either a specific database table. |
ExtensibleDependency |
|
FileDependency |
Tracks File dependencies to other objects in application's Cache. |
KeyDependency |
Tracks Key dependencies to other objects in application's Cache. |
OracleCacheDependency |
Establishes a relationship between an item stored in an application's Cache object
and either a row in a specific Oracle database table or
the results of a Oracle query. |
OracleCmdParams |
Holds the type and value of the parameters passed to the command instance. |
SqlCacheDependency |
Establishes a relationship between an item stored in an application's Cache object
and either a row in a specific SQL Server database table or
the results of a SQL Server 2005 query. |
SqlCmdParams |
Describes the type of the parameters passed to the command. |