AbstractCacheLoaderLoad Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
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.14 (14.1.1.14)
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