CacheProvider Classes
In addition to the proxy classes, a .NET application is likely to use several classes from InterSystems.Data.CacheClient.dll. The following table describes several of these classes:
Class |
Description |
Methods |
---|---|---|
CacheConnection |
Represents the connection to Caché. Initialize an instance with a connection string containing server, port, namespace, user name, and password information. |
|
Class |
Description |
Methods and Properties |
---|---|---|
CacheRelationshipObject |
Represents a collection of child objects inside the parent. Contains an enumerator. |
|
CacheStatus |
Represents a status code returned by methods such as Save and DeleteId. |
|