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
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