Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

The type of unit calculator used by the cache.

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

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