Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Scheme type enumeration.

Namespace:  Tangosol.Net
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public enum SchemeType

Members

Member nameDescription
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.

See Also