Package oracle.kv.coherence
Interface CacheKeyMapper
- 
public interface CacheKeyMapperThis interface defines a mechanism for translating an Oracle Coherence cache key object into an Oracle NoSQL DatabaseKey. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeymapCacheKey(Object keyObject)Given an object that represents an Oracle Coherence cache key, return an Oracle NoSQL DatabaseKey. 
 - 
 
- 
- 
Method Detail
- 
mapCacheKey
Key mapCacheKey(Object keyObject)
Given an object that represents an Oracle Coherence cache key, return an Oracle NoSQL DatabaseKey.- Parameters:
 keyObject- The Oracle Coherence cache key being used for a load, store, or erase operation.- Returns:
 - the 
Keyto which the keyObject is mapped 
 
 - 
 
 -