Package one.microstream.cache
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