SimpleCacheIndexGetForwardValue Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Get the forward index value associated with the specified key.
Namespace:
Tangosol.Net.Cache
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxprotected virtual Object GetForwardValue(
Object key
)
Parameters
- key
- Type: SystemObject
The key.
Return Value
Type:
ObjectThe value associated with the key.
See Also