Class EntryProcessorEntry<K,V>

java.lang.Object
com.github.benmanes.caffeine.jcache.processor.EntryProcessorEntry<K,V>
All Implemented Interfaces:
Cache.Entry<K,V>, MutableEntry<K,V>

public final class EntryProcessorEntry<K,V> extends Object implements MutableEntry<K,V>
An entry that is consumed by an EntryProcessor. The updates to the entry are replayed on the cache when the processor completes.