Serialized Form


Package org.ehcache.jcache

Class org.ehcache.jcache.JCacheConfiguration extends Object implements Serializable

Serialized Fields

keyType

Class<T> keyType

valueType

Class<T> valueType

expiryPolicy

javax.cache.expiry.ExpiryPolicy expiryPolicy

cacheEntryListenerConfigurations

ConcurrentMap<K,V> cacheEntryListenerConfigurations

storeByValue

boolean storeByValue

readThrough

boolean readThrough

writeThrough

boolean writeThrough

cacheLoaderFactory

javax.cache.configuration.Factory<T> cacheLoaderFactory

cacheWristerFactory

javax.cache.configuration.Factory<T> cacheWristerFactory

expiryPolicyFactory

javax.cache.configuration.Factory<T> expiryPolicyFactory

initialCacheEntryListenerConfigurations

Set<E> initialCacheEntryListenerConfigurations

statisticsEnabled

boolean statisticsEnabled

managementEnabled

boolean managementEnabled



Copyright © 2014 Terracotta. All Rights Reserved.