Uses of Interface
org.ehcache.config.FluentCacheConfigurationBuilder
Packages that use FluentCacheConfigurationBuilder
Package
Description
CacheManager configuration,
Cache configuration and other configuration classes.-
Uses of FluentCacheConfigurationBuilder in org.ehcache.config
Classes in org.ehcache.config with type parameters of type FluentCacheConfigurationBuilderModifier and TypeInterfaceDescriptioninterfaceFluentCacheConfigurationBuilder<K,V, B extends FluentCacheConfigurationBuilder<K, V, ?>> A fluent builder ofCacheConfigurationinstances.Methods in org.ehcache.config that return FluentCacheConfigurationBuilderModifier and TypeMethodDescriptiondefault FluentCacheConfigurationBuilder<K, V, ?> CacheConfiguration.derive()Create a builder seeded with this configuration.Method parameters in org.ehcache.config with type arguments of type FluentCacheConfigurationBuilderModifier and TypeMethodDescriptionFluentConfigurationBuilder.updateCache(String alias, UnaryOperator<FluentCacheConfigurationBuilder<?, ?, ?>> update) Updates the configuration of the identified cache.FluentConfigurationBuilder.updateCaches(UnaryOperator<FluentCacheConfigurationBuilder<?, ?, ?>> update) Updates the configuration of the all caches.