Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
E22844-03
Scheme type enumeration.
Namespace:
Tangosol.NetAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
Syntax
| C# |
|---|
public enum SchemeType |
Members
| Member name | Description | |
|---|---|---|
| Unknown |
The unknwown scheme type.
| |
| Near |
The near cache scheme.
| |
| Local |
The local cache scheme.
| |
| Class |
The custom class scheme.
| |
| RemoteCache |
The remote cache scheme.
| |
| RemoteInvocation |
The remote invocation scheme.
|