Uses of Interface
org.cache2k.config.ConfigBean
-
Packages that use ConfigBean 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 ConfigBean in org.cache2k
Methods in org.cache2k with type parameters of type ConfigBean 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 ConfigBean in org.cache2k.config
Classes in org.cache2k.config with type parameters of type ConfigBean 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 ConfigBean in org.cache2k.config Modifier and Type Interface Description interface
ConfigSection<SELF extends ConfigSection<SELF,B>,B extends SectionBuilder<B,SELF>>
A configuration section.interface
ValidatingConfigBean
Configuration bean that is able to validate itself.Classes in org.cache2k.config that implement ConfigBean Modifier and Type Class Description class
Cache2kConfig<K,V>
Configuration for a cache2k cache.class
Cache2kManagerConfig
Configuration options for a cache manager.class
CustomizationSupplierByClassName<T>
Creates a new instance of the customization based on the class name and the class loader in effect by the cache.
-