Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
12c (12.2.1.4.0)
E90869-02
            Using the index information if possible, get the value associated
            with the specified key. This is expected to be more efficient than 
            using the IValueExtractor against an object containing the value, 
            because the index should already have the necessary information at 
            hand.
            
Namespace: Tangosol.Net.Cache
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)
 Syntax
Syntax
| C# | 
|---|
| Object Get( Object key ) | 
Parameters
- key
- Type: System..::..Object
 The key that specifies the object to extract the value from.






