Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Extract the value from the passed entry.

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

Syntax

C#
public override Object ExtractFromEntry(
	ICacheEntry entry
)

Parameters

entry
Type: Tangosol.Net.Cache..::..ICacheEntry
An Entry object to extract a desired value from

Return Value

The extracted value

Remarks

The underlying extractors are applied sequentially, so a result of a previous extractor serves as a target object for a next one. A value of
CopyC#
null
prevents any further extractions and is returned immediately.

See Also