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 an Oracle query. This class cannot be inherited.
Inherited Members
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 Add, Insert or AddDependency methods.
When you add an item to an application's cache object with
Oracle
This helps you to avoid losing changes made to the object between the time it is created and the
time it is inserted into the cache.
Oracle
Constructors
Name | Description |
---|---|
Oracle |
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. |
Properties
Name | Description |
---|---|
Command |
Describes the type of the parameters passed to the Oracle command. |
Command |
CommandText to be used by the dependency. |
Command |
Describes the type of the Oracle command passed to the OracleDependency. |
Connection |
Connection String that is required by the cache in order to connect with database. |