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

Extract the "new" value from the specified entry.

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

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