Interface CacheEntry<K,​V>

All Superinterfaces:
javax.cache.Cache.Entry<K,​V>, KeyValue<K,​V>, Unwrappable
All Known Implementing Classes:
CacheEntry.Default

public interface CacheEntry<K,​V>
extends javax.cache.Cache.Entry<K,​V>, KeyValue<K,​V>, Unwrappable
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Interface Description
    static class  CacheEntry.Default<K,​V>  

    Nested classes/interfaces inherited from interface one.microstream.cache.Unwrappable

    Unwrappable.Static
  • Method Summary

    Modifier and Type Method Description
    default K key()  
    default <T> T unwrap​(Class<T> clazz)  
    default V value()  

    Methods inherited from interface javax.cache.Cache.Entry

    getKey, getValue