Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
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 nameValueDescription
Unknown0 The unknwown scheme type.
Near4 The near cache scheme.
Local6 The local cache scheme.
Class11 The custom class scheme.
RemoteCache16 The remote cache scheme.
RemoteInvocation17 The remote invocation scheme.
View18 The view cache scheme.

See Also