Uses of Class
com.loomcache.server.jcache.LoomJCacheConfig.Builder
Packages that use LoomJCacheConfig.Builder
-
Uses of LoomJCacheConfig.Builder in com.loomcache.server.jcache
Methods in com.loomcache.server.jcache that return LoomJCacheConfig.BuilderModifier and TypeMethodDescriptionLoomJCacheConfig.Builder.addCacheEntryListenerConfiguration(javax.cache.configuration.CacheEntryListenerConfiguration<K, V> cfg) static <K,V> LoomJCacheConfig.Builder <K, V> LoomJCacheConfig.builder()static <K,V> LoomJCacheConfig.Builder <K, V> LoomJCacheConfig.Builder.cacheLoaderFactory(@Nullable javax.cache.configuration.Factory<javax.cache.integration.CacheLoader<K, V>> factory) LoomJCacheConfig.Builder.cacheWriterFactory(@Nullable javax.cache.configuration.Factory<javax.cache.integration.CacheWriter<? super K, ? super V>> factory) LoomJCacheConfig.Builder.distributedEnabled(boolean enabled) Enable Raft-replicated backing storage.LoomJCacheConfig.Builder.distributedRegistry(@Nullable DataStructureRegistry registry) Set the registry used to resolve the backingDistributedMapwhen distributed mode is enabled.LoomJCacheConfig.Builder.expiryDuration(Duration duration) LoomJCacheConfig.Builder.expiryPolicyFactory(@Nullable javax.cache.configuration.Factory<javax.cache.expiry.ExpiryPolicy> factory) LoomJCacheConfig.Builder.expiryPolicyType(LoomJCacheConfig.ExpiryPolicyType type) LoomJCacheConfig.Builder.managementEnabled(boolean enabled) LoomJCacheConfig.Builder.maxIdleTimeSeconds(int seconds) LoomJCacheConfig.Builder.readThrough(boolean readThrough) LoomJCacheConfig.Builder.statisticsEnabled(boolean enabled) LoomJCacheConfig.Builder.storeByValue(boolean storeByValue) LoomJCacheConfig.Builder.writeThrough(boolean writeThrough)