Package org.apache.commons.jcs3.jcache
Class JCSConfiguration<K,V> 
java.lang.Object
org.apache.commons.jcs3.jcache.JCSConfiguration<K,V> 
- All Implemented Interfaces:
- Serializable,- javax.cache.configuration.CompleteConfiguration<K,,- V> - javax.cache.configuration.Configuration<K,- V> 
public class JCSConfiguration<K,V> 
extends Object
implements javax.cache.configuration.CompleteConfiguration<K,V> 
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddListener(javax.cache.configuration.CacheEntryListenerConfiguration<K, V> cacheEntryListenerConfiguration) javax.cache.configuration.Factory<javax.cache.expiry.ExpiryPolicy>booleanbooleanbooleanbooleanbooleanvoidvoidvoidremoveListener(javax.cache.configuration.CacheEntryListenerConfiguration<K, V> cacheEntryListenerConfiguration) voidvoid
- 
Constructor Details- 
JCSConfiguration
 
- 
- 
Method Details- 
getKeyType
- 
getValueType
- 
isStoreByValue
- 
isReadThrough
- 
isWriteThrough
- 
isStatisticsEnabled
- 
isManagementEnabled
- 
getCacheEntryListenerConfigurationspublic Iterable<javax.cache.configuration.CacheEntryListenerConfiguration<K,V>> getCacheEntryListenerConfigurations()
- 
getCacheLoaderFactorypublic javax.cache.configuration.Factory<javax.cache.integration.CacheLoader<K,V>> getCacheLoaderFactory()
- 
getCacheWriterFactorypublic javax.cache.configuration.Factory<javax.cache.integration.CacheWriter<? super K,? super V>> getCacheWriterFactory()
- 
getExpiryPolicyFactory
- 
addListenerpublic void addListener(javax.cache.configuration.CacheEntryListenerConfiguration<K, V> cacheEntryListenerConfiguration) 
- 
removeListenerpublic void removeListener(javax.cache.configuration.CacheEntryListenerConfiguration<K, V> cacheEntryListenerConfiguration) 
- 
statisticsEnabled
- 
managementEnabled
- 
statisticsDisabled
- 
managementDisabled
 
-