Namespace Alachisoft.NCache.Runtime.Dependencies
AggregateCacheDependency
Combines multiple dependencies between an item stored in an application's Cache object and an array of CacheDependency objects. This class cannot be inherited.
CacheDependency
Tracks cache dependencies, which can be files, directories, or keys to other objects in application's Cache. This class cannot be inherited.
DBCacheDependency
Establishes a relationship between an item stored in an application's Cache object and either a specific database table. This class cannot be inherited.
DBDependencyFactory
Returns an instance of DBCacheDependency class.
This is a static class.
ExtensibleDependency
FileDependency
KeyDependency
NosDBDependency
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. This class can not be inherited.
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
Holds the information about the type and value of the parameters passed to the command.
IDependencyListener
IDependencyProvider
CmdParamsDbType
CmdParamsType
Describes the type of the parameters passed to the command.
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.