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

Calculate a cache cost for the specified cache entry key and value.

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

Syntax

C#
int CalculateUnits(
	Object oKey,
	Object oValue
)

Parameters

oKey
Type: System..::.Object
The cache key to evaluate for unit cost.
oValue
Type: System..::.Object
The cache value to evaluate for unit cost.

Return Value

An integer value 0 or greater, with a larger value signifying a higher cost.

See Also