Uses of Interface
org.cache2k.config.WithSection
-
Packages that use WithSection Package Description org.cache2k Main package for cache2k API containing functions to build and access a cache. -
-
Uses of WithSection in org.cache2k
Methods in org.cache2k with type parameters of type WithSection Modifier and Type Method Description <B extends SectionBuilder<B,CFG>,T extends ToggleFeature & WithSection<CFG,B>,CFG extends ConfigSection<CFG,B>>
Cache2kBuilder<K,V>Cache2kBuilder. enableWith(Class<T> featureType, Consumer<B> builderAction)
Enables a feature and configures its associated configuration section via its builder.<B extends SectionBuilder<B,CFG>,CFG extends ConfigSection<CFG,B>,SUP extends WithSection<CFG,B> & CustomizationSupplier<?>>
Cache2kBuilder<K,V>Cache2kBuilder. setupWith(Function<Cache2kBuilder<K,V>,SUP> setupAction, Consumer<B> builderAction)
Execute setup code for a feature or customization and configure its associated configuration section via its builder.
-