DefaultConfigurableCacheFactorySchemeType Enumeration |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Scheme type enumeration.
Namespace:
Tangosol.Net
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
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.
|
See Also