Uses of Interface
org.cache2k.config.BeanMarker
-
Packages that use BeanMarker Package Description org.cache2k.config The cache configuration as a Java bean and support types. -
-
Uses of BeanMarker in org.cache2k.config
Subinterfaces of BeanMarker in org.cache2k.config Modifier and Type Interface Description interface
ConfigBean<SELF extends ConfigBean<SELF,B>,B extends ConfigBuilder<B,SELF>>
Marker for cache configuration beans.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 BeanMarker 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.
-