Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
12c (12.2.1.4.0)
E90869-02
Scheme type enumeration.
Namespace: Tangosol.Net
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)
Syntax
| C# |
|---|
public enum SchemeType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Unknown | 0 | The unknwown scheme type. | |
| Near | 4 | The near cache scheme. | |
| Local | 6 | The local cache scheme. | |
| Class | 11 | The custom class scheme. | |
| RemoteCache | 16 | The remote cache scheme. | |
| RemoteInvocation | 17 | The remote invocation scheme. | |
| View | 18 | The view cache scheme. |