Uses of Interface
org.cache2k.config.ConfigBuilder
-
Packages that use ConfigBuilder Package Description org.cache2k Main package for cache2k API containing functions to build and access a cache.org.cache2k.config The cache configuration as a Java bean and support types. -
-
Uses of ConfigBuilder in org.cache2k
Classes in org.cache2k that implement ConfigBuilder Modifier and Type Class Description class
Cache2kBuilder<K,V>
Builder to create aCache
instance.Methods in org.cache2k with type parameters of type ConfigBuilder Modifier and Type Method Description <B extends ConfigBuilder<B,T>,T extends ToggleFeature & ConfigBean<T,B>>
Cache2kBuilder<K,V>Cache2kBuilder. enable(Class<T> featureType, Consumer<B> builderAction)
Enables a toggle feature which has additional parameters and configures it via its builder.<B extends ConfigBuilder<B,CFG>,CFG extends ConfigBean<CFG,B>>
Cache2kBuilder<K,V>Cache2kBuilder. setup(Function<Cache2kBuilder<K,V>,CFG> enabler, Consumer<B> builderAction)
Executes setup code for a feature or customization which has additional parameters and configures it via its builder. -
Uses of ConfigBuilder in org.cache2k.config
Classes in org.cache2k.config with type parameters of type ConfigBuilder Modifier and Type Interface Description interface
ConfigBean<SELF extends ConfigBean<SELF,B>,B extends ConfigBuilder<B,SELF>>
Marker for cache configuration beans.interface
ConfigBuilder<SELF extends ConfigBuilder<SELF,T>,T extends ConfigBean<T,SELF>>
Subinterfaces of ConfigBuilder in org.cache2k.config Modifier and Type Interface Description interface
SectionBuilder<SELF extends SectionBuilder<SELF,T>,T extends ConfigSection<T,SELF>>
Supports adding configuration sections via the builder pattern.Classes in org.cache2k.config that implement ConfigBuilder Modifier and Type Class Description static class
Cache2kManagerConfig.Builder
Methods in org.cache2k.config that return ConfigBuilder Modifier and Type Method Description ConfigBuilder
CustomizationSupplierByClassName. builder()
-