Package one.microstream.cache
Class MutableCacheEntry.Default<K,V>
java.lang.Object
one.microstream.cache.MutableCacheEntry.Default<K,V>
- All Implemented Interfaces:
 javax.cache.Cache.Entry<K,V>,javax.cache.processor.MutableEntry<K,V>,MutableCacheEntry<K,V>,Unwrappable
- Enclosing interface:
 - MutableCacheEntry<K,V>
 
public static class MutableCacheEntry.Default<K,V> extends Object implements MutableCacheEntry<K,V>
- 
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.cache.MutableCacheEntry
MutableCacheEntry.Default<K,V>, MutableCacheEntry.OperationNested classes/interfaces inherited from interface one.microstream.cache.Unwrappable
Unwrappable.Static - 
Constructor Summary
Constructors Constructor Description Default() - 
Method Summary
Modifier and Type Method Description booleanexists()KgetKey()MutableCacheEntry.OperationgetOperation()VgetValue()voidremove()voidsetValue(V value) 
- 
Constructor Details
- 
Default
public Default() 
 - 
 - 
Method Details
- 
getKey
 - 
getValue
 - 
exists
public boolean exists() - 
remove
public void remove() - 
setValue
 - 
getOperation
- Specified by:
 getOperationin interfaceMutableCacheEntry<K,V>
 
 -