SimpleCacheIndexGet Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-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: 14.1.1.14 (14.1.1.14)
Syntaxpublic virtual Object Get(
Object key
)
Parameters
- key
- Type: SystemObject
The key that specifies the object to extract the value from.
Return Value
Type:
Object
The value that would be extracted by this ICacheIndex's
IValueExtractor from the object specified by the passed key;
NO_VALUE if the index does not have the
necessary information.
Implements
ICacheIndexGet(Object)
See Also