Uses of Class
org.cache2k.jcache.JCacheConfig.Builder
-
Packages that use JCacheConfig.Builder Package Description org.cache2k.jcache Support for using the JCache API with cache2k, that allows additional configuration. -
-
Uses of JCacheConfig.Builder in org.cache2k.jcache
Methods in org.cache2k.jcache that return JCacheConfig.Builder Modifier and Type Method Description JCacheConfig.Builder
JCacheConfig. builder()
JCacheConfig.Builder
JCacheConfig.Builder. copyAlwaysIfRequested(boolean f)
Whentrue
, copy keys and values when entering and leaving the cache in caseConfiguration.isStoreByValue()
istrue
.JCacheConfig.Builder
JCacheConfig.Builder. enableManagement(boolean f)
Whentrue
makes the JMX management bean for the cache available.JCacheConfig.Builder
JCacheConfig.Builder. enableReadThrough(boolean f)
Whentrue
, operate cache in read through mode and use the configured loader when there is no mapping for a key yet.JCacheConfig.Builder
JCacheConfig.Builder. enableStatistics(boolean f)
Whentrue
, exposes cache statistics via JMX.JCacheConfig.Builder
JCacheConfig.Builder. supportOnlineListenerAttachment(boolean f)
Set to true, if online register and deregister of event listeners needs to be supported.
-