AbstractCacheLoaderLoad Method  | 
.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            Return the value associated with the specified key, or
            null if the key does not have an associated value in the
            underlying store.
            
 
    Namespace: 
   Tangosol.Net.Cache
    Assembly:
   Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic abstract Object Load(
	Object key
)
Parameters
- key
 - Type: SystemObject
            Key whose associated value is to be returned.
             
Return Value
Type: 
Object
            The value associated with the specified key, or
            
null if no value is available for that key.
            
Implements
ICacheLoaderLoad(Object)
See Also