Enum IsolationLevel
Specifies the Isolation Level of the ICache.
Assembly: Alachisoft.NCache.Client.dll
Syntax
[Serializable]
public enum IsolationLevel
Fields
| Name | Description |
|---|---|
| Default | Isolation level of cache will be read from the configuration file. |
| InProc | InProc specifies low Isolation level, i.e, cache process is embeded inside the application process. |
| OutProc | OutProc specifies high isolation level, i.e, cache process runs in a separate process. |