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