Class CacheEntry.Default<K,​V>

java.lang.Object
one.microstream.cache.CacheEntry.Default<K,​V>
All Implemented Interfaces:
javax.cache.Cache.Entry<K,​V>, CacheEntry<K,​V>, Unwrappable, KeyValue<K,​V>
Enclosing interface:
CacheEntry<K,​V>

public static class CacheEntry.Default<K,​V>
extends Object
implements CacheEntry<K,​V>
  • Constructor Details

  • Method Details

    • getKey

      public K getKey()
      Specified by:
      getKey in interface javax.cache.Cache.Entry<K,​V>
    • getValue

      public V getValue()
      Specified by:
      getValue in interface javax.cache.Cache.Entry<K,​V>