Click or drag to resize

AbstractExtractorExtractOriginalFromEntry Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-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: 14.1.1.14 (14.1.1.14)
Syntax
C#
public virtual Object ExtractOriginalFromEntry(
	CacheEntry entry
)

Parameters

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

Return Value

Type: Object
The extracted value or null if the original value is not present.
See Also