public final class EntryProcessorEntry<K,V> extends Object implements MutableEntry<K,V>
EntryProcessor. The updates to the entry are replayed
on the cache when the processor completes.| Constructor and Description |
|---|
EntryProcessorEntry(K key,
V value,
Optional<CacheLoader<K,V>> cacheLoader) |
public boolean exists()
exists in interface MutableEntry<K,V>public K getKey()
getKey in interface Cache.Entry<K,V>public V getValue()
getValue in interface Cache.Entry<K,V>getValue in interface MutableEntry<K,V>public void remove()
remove in interface MutableEntry<K,V>public void setValue(V value)
setValue in interface MutableEntry<K,V>public Action getAction()
public <T> T unwrap(Class<T> clazz)
unwrap in interface Cache.Entry<K,V>