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

    Modifier and Type
    Method
    Description
    mapCacheKey(Object keyObject)
    Given an object that represents an Oracle Coherence cache key, return an Oracle NoSQL Database Key.
  • Method Details

    • mapCacheKey

      Key mapCacheKey(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