Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Extract the "new" value from the specified entry.

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

Syntax

C#
protected Object ExtractNewValue(
	ICacheEntry entry
)

Parameters

entry
Type: Tangosol.Net.Cache..::..ICacheEntry
The entry to extract the "new" value from.

Return Value

The extracted "new" value, or NO_VALUE if the extraction failed

See Also