Click or drag to resize

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)
Syntax
C#
public enum UnitCalculatorType
Members
  Member nameValueDescription
Fixed0 Specifies the default unit calculator that weighs all entries equally as 1.
External1 Specifies a external (custom) unit calculator implementation.
Unknown2 Unspecified unit calculator.
See Also