Package com.alachisoft.ncache.runtime.dependencies

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.
 

Enum Summary
CmdParamsDbType  
CmdParamsType Describes the type of the parameters passed to the command.
CommandType Describes the type of the command passed to the Dependency.
DBDependencyType  
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 out parameters or not.
SqlCmpOptions  
SqlCommandType Describes the type of the command passed to the SqlDependency.
SqlDataRowVersion  
SqlParamDirection