| AggregateCacheDependency |
Combines multiple dependencies between an item stored in an application's cache object and an array of CacheDependency objects.
|
| BulkExtensibleDependency |
BulkExtensibleDependency is an abstract class extended if Custom dependency is required and needs to be evaluated in Bulk.
|
| CacheDependency |
Tracks cache dependencies, which can be files, directories, or keys to other
objects in application's Cache.
|
| CustomDependency |
CustomDependency reprsents the information to be passed to ExntesibleDependencyProvider to create the instance of ExtensibleDependency.
|
| 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 |
ExtensibleDependency is an abstract class extended if Custom dependency is required.
|
| FileDependency |
FileDependency class is used to provide file based dependency to the user.
|
| KeyDependency |
KeyDependency class is used for providing key based dependency in the 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 an 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 query.
|
| SqlCmdParams |
Holds the information about the type and value of the parameters passed to the command.
|