Interface CacheKeyMapper


  • public interface CacheKeyMapper
    This interface defines a mechanism for translating an Oracle Coherence cache key object into an Oracle NoSQL Database Key.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Key mapCacheKey​(java.lang.Object keyObject)
      Given an object that represents an Oracle Coherence cache key, return an Oracle NoSQL Database Key.
    • Method Detail

      • mapCacheKey

        Key mapCacheKey​(java.lang.Object keyObject)
        Given an object that represents an Oracle Coherence cache key, return an Oracle NoSQL Database Key.
        Parameters:
        keyObject - The Oracle Coherence cache key being used for a load, store, or erase operation.
        Returns:
        the Key to which the keyObject is mapped