AbstractExtractorExtractOriginalFromEntry Method  | 
.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            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.1 (14.1.1.1)
Syntaxpublic 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