public interface CompleteConfiguration<K,V> extends Configuration<K,V>, Serializable
Modifier and Type | Method and Description |
---|---|
Iterable<CacheEntryListenerConfiguration<K,V>> |
getCacheEntryListenerConfigurations() |
Factory<CacheLoader<K,V>> |
getCacheLoaderFactory() |
Factory<CacheWriter<? super K,? super V>> |
getCacheWriterFactory() |
Factory<ExpiryPolicy> |
getExpiryPolicyFactory() |
boolean |
isManagementEnabled() |
boolean |
isReadThrough() |
boolean |
isStatisticsEnabled() |
boolean |
isWriteThrough() |
getKeyType, getValueType, isStoreByValue
boolean isReadThrough()
boolean isWriteThrough()
boolean isStatisticsEnabled()
boolean isManagementEnabled()
Iterable<CacheEntryListenerConfiguration<K,V>> getCacheEntryListenerConfigurations()
Factory<CacheLoader<K,V>> getCacheLoaderFactory()
Factory<CacheWriter<? super K,? super V>> getCacheWriterFactory()
Factory<ExpiryPolicy> getExpiryPolicyFactory()
Copyright © 2017. All rights reserved.