Click or drag to resize

DefaultConfigurableCacheFactorySchemeType Enumeration

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Scheme type enumeration.

Namespace:  Tangosol.Net
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
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