Package org.infinispan.jcache
Class MutableJCacheEntry<K,V>
java.lang.Object
org.infinispan.jcache.MutableJCacheEntry<K,V>
- Type Parameters:
K- the type of key maintained by this cache entryV- the type of value maintained by this cache entry
- All Implemented Interfaces:
javax.cache.Cache.Entry<K,,V> javax.cache.processor.MutableEntry<K,V>
public final class MutableJCacheEntry<K,V>
extends Object
implements javax.cache.processor.MutableEntry<K,V>
Infinispan implementation of
MutableEntry designed to
be passed as parameter to EntryProcessor.process(javax.cache.processor.MutableEntry, Object...).- Since:
- 5.3
- Author:
- Galder ZamarreƱo
-
Constructor Details
-
MutableJCacheEntry
-
-
Method Details
-
exists
public boolean exists() -
remove
public void remove() -
setValue
-
getKey
-
getValue
-
unwrap
-
getNewValue
-
getOperation
-