Uses of Interface
org.ehcache.config.FluentConfigurationBuilder
-
Packages that use FluentConfigurationBuilder Package Description org.ehcache.config CacheManager configuration,Cache configurationand other configuration classes. -
-
Uses of FluentConfigurationBuilder in org.ehcache.config
Classes in org.ehcache.config with type parameters of type FluentConfigurationBuilder Modifier and Type Interface Description interfaceFluentConfigurationBuilder<B extends FluentConfigurationBuilder<?>>A fluent builder ofConfigurationinstances.Methods in org.ehcache.config that return FluentConfigurationBuilder Modifier and Type Method Description default FluentConfigurationBuilder<?>Configuration. derive()Creates a builder seeded with this configuration.
-