LocalCacheUnitCalculatorType Enumeration | 
.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            The type of unit calculator used by the cache.
            
 
    Namespace: 
   Tangosol.Net.Cache
    Assembly:
   Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic enum UnitCalculatorType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Fixed | 0 | 
            Specifies the default unit calculator that weighs all entries
            equally as 1.
             | 
 | External | 1 | 
            Specifies a external (custom) unit calculator implementation.
             | 
 | Unknown | 2 | 
            Unspecified unit calculator.
             | 
See Also