Package org.smallmind.persistence.cache
Interface PersistenceCache<K,V>
- All Known Subinterfaces:
CASSupportingPersistenceCache<K,V>
- All Known Implementing Classes:
MemcachedCache
public interface PersistenceCache<K,V>
-
Method Summary
-
Method Details
-
getDefaultTimeToLiveSeconds
int getDefaultTimeToLiveSeconds() -
get
- Throws:
CacheOperationException
-
get
- Throws:
CacheOperationException
-
set
- Throws:
CacheOperationException
-
putIfAbsent
- Throws:
CacheOperationException
-
remove
- Throws:
CacheOperationException
-