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.BuilderJCacheConfig. builder()JCacheConfig.BuilderJCacheConfig.Builder. copyAlwaysIfRequested(boolean f)Whentrue, copy keys and values when entering and leaving the cache in caseConfiguration.isStoreByValue()istrue.JCacheConfig.BuilderJCacheConfig.Builder. enableManagement(boolean f)Whentruemakes the JMX management bean for the cache available.JCacheConfig.BuilderJCacheConfig.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.BuilderJCacheConfig.Builder. enableStatistics(boolean f)Whentrue, exposes cache statistics via JMX.JCacheConfig.BuilderJCacheConfig.Builder. supportOnlineListenerAttachment(boolean f)Set to true, if online register and deregister of event listeners needs to be supported.
-