public interface Configuration<K,V>
Modifier and Type | Interface and Description |
---|---|
static class |
Configuration.Duration |
static class |
Configuration.ExpiryType |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<CacheEntryListenerRegistration<? super K,? super V>> |
getCacheEntryListenerRegistrations() |
CacheLoader<K,? extends V> |
getCacheLoader() |
CacheWriter<? super K,? super V> |
getCacheWriter() |
ExpiryPolicy<? super K,? super V> |
getExpiryPolicy() |
IsolationLevel |
getTransactionIsolationLevel() |
Mode |
getTransactionMode() |
boolean |
isReadThrough() |
boolean |
isStatisticsEnabled() |
boolean |
isStoreByValue() |
boolean |
isTransactionsEnabled() |
boolean |
isWriteThrough() |
boolean isReadThrough()
boolean isWriteThrough()
boolean isStoreByValue()
boolean isStatisticsEnabled()
boolean isTransactionsEnabled()
IsolationLevel getTransactionIsolationLevel()
Mode getTransactionMode()
java.lang.Iterable<CacheEntryListenerRegistration<? super K,? super V>> getCacheEntryListenerRegistrations()
CacheLoader<K,? extends V> getCacheLoader()
CacheWriter<? super K,? super V> getCacheWriter()
ExpiryPolicy<? super K,? super V> getExpiryPolicy()