public class JCSMutableEntry<K,V> extends Object implements javax.cache.processor.MutableEntry<K,V>
Constructor and Description |
---|
JCSMutableEntry(javax.cache.Cache<K,V> cache,
K key) |
public boolean exists()
public void remove()
public void setValue(V value)
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.