LocalCacheUnitCalculatorType Enumeration |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
The type of unit calculator used by the cache.
Namespace:
Tangosol.Net.Cache
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
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