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

Extract the value from the "original value" of the passed CacheEntry object. This method's conventions are exactly the same as the ExtractFromEntry(ICacheEntry) method.

Namespace:  Tangosol.Util.Extractor
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public virtual Object ExtractOriginalFromEntry(
	CacheEntry entry
)

Parameters

entry
Type: Tangosol.Net.Cache..::.CacheEntry
A CacheEntry object whose original value should be used to extract the desired value from.

Return Value

The extracted value or null if the original value is not present.

See Also