Class 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.
Inherited Members
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Serializable]
public sealed class OracleCacheDependency : CacheDependency, IDisposable
Remarks
You can add items with dependencies to your application's cache with the
When you add an item to an application's
Name | Description |
---|---|
OracleCacheDependency(String, String) | Initializes a new instance of the OracleCacheDependency class, using the supplied connection string and query string. |
OracleCacheDependency(String, String, OracleCommandType, Dictionary<String, OracleCmdParams>) | Initializes a new instance of the OracleCacheDependency class. It supports the use of stored procedures. |
Name | Description |
---|---|
CommandParams | Describes the type of the parameters passed to the Oracle command. |
CommandText | CommandText to be used by dependency. |
CommandType | Describes the type of the Oracle command passed to the OracleDependency. |
ConnectionString | Connection String is the connection string that is required to the cache in order to connect with database. |