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.Operation
Nested classes/interfaces inherited from interface one.microstream.cache.Unwrappable
Unwrappable.Static
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
Modifier and Type Method Description boolean
exists()
K
getKey()
MutableCacheEntry.Operation
getOperation()
V
getValue()
void
remove()
void
setValue(V value)
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
getKey
-
getValue
-
exists
public boolean exists() -
remove
public void remove() -
setValue
-
getOperation
- Specified by:
getOperation
in interfaceMutableCacheEntry<K,V>
-