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 interfaceConfigBean<SELF extends ConfigBean<SELF,B>,B extends ConfigBuilder<B,SELF>>Marker for cache configuration beans.interfaceConfigSection<SELF extends ConfigSection<SELF,B>,B extends SectionBuilder<B,SELF>>A configuration section.interfaceValidatingConfigBeanConfiguration bean that is able to validate itself.Classes in org.cache2k.config that implement BeanMarker Modifier and Type Class Description classCache2kConfig<K,V>Configuration for a cache2k cache.classCache2kManagerConfigConfiguration options for a cache manager.classCustomizationSupplierByClassName<T>Creates a new instance of the customization based on the class name and the class loader in effect by the cache.
-