Interface | Description |
---|---|
DependencyChangedListener |
Implements the listener to know the change in dependency
|
Class | Description |
---|---|
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 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 query.
|
SqlCmdParams |
Holds the information about the type and value of the parameters passed to the command.
|
Enum | Description |
---|---|
CmdParamsDbType |
Specifies the type of command parameters.
|
CmdParamsType |
Describes the type of the parameters passed to the command.
|
CommandType |
Specifies how a command string is interpreted.
|
DBDependencyType |
DBDependencyType enum contains the DB dependency type
|
KeyDependencyType |
An enumeration that defines the operation upon which key dependency is to be triggered.
|
OracleCmdParamsType |
Describes the type of the parameters passed to the Oracle command.
|
OracleCommandType |
Describes the type of the Oracle command passed to the OracleDependency.
|
OracleParameterDirection |
Describes whether the passed parameters are output parameters or input parameters.
|
SqlCmpOptions |
Specifies the SQL compare options.
|
SqlCommandType |
Describes the type of the command passed to the SqlDependency.
|
SqlDataRowVersion |
Sets the DataRowVersion to use when you load Value.
|
SqlParamDirection |
Sets the SQL param direction.
|