Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
The type of unit calculator used by the cache.

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

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