Click or drag to resize

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