public class CacheWithExpiration
extends org.infinispan.AbstractDelegatingCache
| Constructor and Description |
|---|
CacheWithExpiration(org.infinispan.Cache cache,
long ttl,
long idle) |
| Modifier and Type | Method and Description |
|---|---|
Object |
put(Object key,
Object value) |
void |
putAll(Map t) |
Object |
putIfAbsent(Object key,
Object value) |
Object |
replace(Object key,
Object value) |
boolean |
replace(Object key,
Object oldValue,
Object newValue) |
addListener, addListener, clear, clearAsync, containsKey, containsValue, endBatch, entrySet, evict, get, getAdvancedCache, getAsync, getCacheConfiguration, getCacheManager, getDelegate, getListeners, getName, getStatus, getVersion, isEmpty, keySet, put, put, putAll, putAll, putAllAsync, putAllAsync, putAllAsync, putAsync, putAsync, putAsync, putForExternalRead, putIfAbsent, putIfAbsent, putIfAbsentAsync, putIfAbsentAsync, putIfAbsentAsync, remove, remove, removeAsync, removeAsync, removeListener, replace, replace, replace, replace, replaceAsync, replaceAsync, replaceAsync, replaceAsync, replaceAsync, replaceAsync, set, size, start, startBatch, stop, toString, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, replaceAllpublic CacheWithExpiration(org.infinispan.Cache cache,
long ttl,
long idle)
public void putAll(Map t)
public Object putIfAbsent(Object key, Object value)
putIfAbsent in interface ConcurrentMapputIfAbsent in interface MapputIfAbsent in class org.infinispan.AbstractDelegatingCachepublic boolean replace(Object key, Object oldValue, Object newValue)
replace in interface ConcurrentMapreplace in interface Mapreplace in class org.infinispan.AbstractDelegatingCacheCopyright © 2015. All Rights Reserved.