Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Extract the value from the "original value" of the passed CacheEntry object or the key (if targeted). This method's conventions are exactly the same as the ExtractFromEntry(ICacheEntry) method.

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

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