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

Extract the "old" 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 ExtractOldValue(
	CacheEntry entry
)

Parameters

entry
Type: Tangosol.Net.Cache..::.CacheEntry
The entry to extract the "old" value from.

Return Value

The extracted "old" value, or NO_VALUE if the extraction failed.

See Also