Classes

  ClassDescription
Public classAggregateCacheDependency
Combines multiple dependencies between an item stored in an application's Cache object and an array of CacheDependency objects. This class cannot be inherited.
Public classCacheDependency
Tracks cache dependencies, which can be files, directories, or keys to other objects in application's Cache. This class cannot be inherited.
Public classDBCacheDependency
Establishes a relationship between an item stored in an application's Cache object and either a specific database table. This class cannot be inherited.
Public classDBDependencyFactory
Returns an instance of DBCacheDependency class. This is a static class.
Public classExtensibleDependency
Public classFileDependency
Public classKeyDependency
Public classOracleCacheDependency
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. This class can not be inherited.
Public classOracleCmdParams
Holds the type and value of the parameters passed to the command instance.
Public classSqlCacheDependency
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.
Public classSqlCmdParams
Holds the information about the type and value of the parameters passed to the command.

Enumerations

  EnumerationDescription
Public enumerationCmdParamsDbType
Public enumerationCmdParamsType
Describes the type of the parameters passed to the command.
Public enumerationDBDependencyType
Public enumerationOracleCmdParamsType
Describes the type of the parameters passed to the Oracle command.
Public enumerationOracleCommandType
Describes the type of the Oracle command passed to the OracleDependency.
Public enumerationOracleParameterDirection
Describes whether the passed parameters are out parameters or not.
Public enumerationSqlCmpOptions
Public enumerationSqlCommandType
Describes the type of the command passed to the SqlDependency.
Public enumerationSqlDataRowVersion
Public enumerationSqlParamDirection