Package org.smallmind.persistence.cache
Interface CASSupportingPersistenceCache<K,V>
- All Superinterfaces:
PersistenceCache<K,V>
- All Known Implementing Classes:
MemcachedCache
-
Method Summary
Methods inherited from interface org.smallmind.persistence.cache.PersistenceCache
get, get, getDefaultTimeToLiveSeconds, putIfAbsent, remove, set
-
Method Details
-
requiresCopyOnDistributedCASOperation
boolean requiresCopyOnDistributedCASOperation() -
getViaCas
-
putViaCas
boolean putViaCas(K key, V oldValue, V value, long version, int timeToLiveSeconds) throws CacheOperationException - Throws:
CacheOperationException
-