Oracle® Coherence .NET API Reference Release 3.6
E15727-01

The type of unit calculator used by the cache.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public enum UnitCalculatorType

Members

Member nameDescription
Fixed
Specifies the default unit calculator that weighs all entries equally as 1.
External
Specifies a external (custom) unit calculator implementation.
Unknown
Unspecified unit calculator.

See Also