Uses of Class
org.infinispan.configuration.cache.L1ConfigurationBuilder
Packages that use L1ConfigurationBuilder
-
Uses of L1ConfigurationBuilder in org.infinispan.configuration.cache
Methods in org.infinispan.configuration.cache that return L1ConfigurationBuilderModifier and TypeMethodDescriptionL1ConfigurationBuilder.cleanupTaskFrequency
(long frequencyMillis) How often the L1 requestors map is cleaned up of stale itemsL1ConfigurationBuilder.cleanupTaskFrequency
(long frequencyMillis, TimeUnit unit) How often the L1 requestors map is cleaned up of stale itemsL1ConfigurationBuilder.disable()
L1ConfigurationBuilder.enable()
L1ConfigurationBuilder.enabled
(boolean enabled) L1ConfigurationBuilder.invalidationThreshold
(int invalidationThreshold) Determines whether a multicast or a web of unicasts are used when performing L1 invalidations.ClusteringConfigurationBuilder.l1()
This method allows configuration of the L1 cache for distributed caches.ClusteringConfigurationChildBuilder.l1()
Configures the L1 cache behavior in 'distributed' caches instances.L1ConfigurationBuilder.lifespan
(long lifespan) Maximum lifespan of an entry placed in the L1 cache.Maximum lifespan of an entry placed in the L1 cache.L1ConfigurationBuilder.read
(L1Configuration template, Combine combine)