Class Hierarchy
- java.lang.Object
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
- org.cache2k.config.SectionContainer (implements java.util.Collection<E>)
- org.cache2k.config.Cache2kConfig<K,V> (implements org.cache2k.config.ConfigBean<SELF,B>, org.cache2k.config.ConfigWithSections, org.cache2k.DataAware<K,V>)
- org.cache2k.config.Cache2kManagerConfig (implements org.cache2k.config.ConfigBean<SELF,B>)
- org.cache2k.config.Cache2kManagerConfig.Builder (implements org.cache2k.config.ConfigBuilder<SELF,T>)
- org.cache2k.config.CacheTypeCapture<T> (implements org.cache2k.config.CacheType<T>)
- org.cache2k.config.CacheTypeCapture.OfArray
- org.cache2k.config.CacheTypeCapture.OfClass<T>
- org.cache2k.config.CacheTypeCapture.OfGeneric<T>
- org.cache2k.config.CustomizationReferenceSupplier<T> (implements org.cache2k.config.CustomizationSupplier<T>)
- org.cache2k.config.CustomizationSupplierByClassName<T> (implements org.cache2k.config.CustomizationSupplier<T>, org.cache2k.config.ValidatingConfigBean)
- org.cache2k.config.ToggleFeature (implements org.cache2k.config.SingleFeature)
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
Interface Hierarchy
- org.cache2k.config.BeanMarker
- org.cache2k.config.ConfigBean<SELF,B>
- org.cache2k.config.ConfigSection<SELF,B>
- org.cache2k.config.ValidatingConfigBean
- org.cache2k.config.ConfigBean<SELF,B>
- org.cache2k.config.CacheBuildContext<K,V>
- org.cache2k.config.CacheType<T>
- org.cache2k.config.CacheWrapper
- org.cache2k.config.ConfigBuilder<SELF,T>
- org.cache2k.config.SectionBuilder<SELF,T>
- org.cache2k.config.ConfigWithSections
- org.cache2k.config.CustomizationSupplier<T>
- org.cache2k.config.DataCustomizationSupplier<K,V,T>
- org.cache2k.config.Feature
- org.cache2k.config.SingleFeature
- org.cache2k.config.WithSection<CFG,B>