public interface CASSupportingPersistenceCache<K,V> extends PersistenceCache<K,V>
| Modifier and Type | Method and Description |
|---|---|
CASValue<V> |
getViaCas(K key) |
boolean |
putViaCas(K key,
V oldValue,
V value,
long version,
int timeToLiveSeconds) |
boolean |
requiresCopyOnDistributedCASOperation() |
get, get, getDefaultTimeToLiveSeconds, putIfAbsent, remove, setboolean requiresCopyOnDistributedCASOperation()
boolean putViaCas(K key, V oldValue, V value, long version, int timeToLiveSeconds) throws CacheOperationException
CacheOperationExceptionCopyright © 2020. All rights reserved.