AbstractKeyBasedCacheGet Method  | 
.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            Returns the value for the specified key.
            
 
    Namespace: 
   Tangosol.Net.Cache.Support
    Assembly:
   Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxprotected abstract Object Get(
	Object key
)
Parameters
- key
 - Type: SystemObject
            Key whose value is returned.
             
Return Value
Type: 
Object
            Value from the cache for the specified key.
            
See Also