Uses of Package
org.cache2k.config
-
Packages that use org.cache2k.config 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.org.cache2k.event Events that are fired on behalf of a cache operation.org.cache2k.operation Operational aspects of a cache, like accessing statistics, basic information, change runtime parameters and customizations that augment general behavior.org.cache2k.spi Service provider interface that is used by the cache2k implementation. -
Classes in org.cache2k.config used by org.cache2k Class Description Cache2kConfig Configuration for a cache2k cache.CacheType A data structure to retain all known type information from the key and value types, including generic parameters within the cache configuration.ConfigBean Marker for cache configuration beans.ConfigBuilder ConfigSection A configuration section.CustomizationSupplier Supplies cache customizations likeExpiryPolicy
orCacheLoader
.SectionBuilder Supports adding configuration sections via the builder pattern.ToggleFeature Base class for a cache feature that can be enabled or disables and appears only once in the feature set.WithSection Supplier for a customization that has its own config section. -
Classes in org.cache2k.config used by org.cache2k.config Class Description BeanMarker Marks the class as bean compatible, meaning, it has a public default constructor and getter and setters for all its properties.Cache2kConfig Configuration for a cache2k cache.Cache2kManagerConfig Configuration options for a cache manager.Cache2kManagerConfig.Builder CacheBuildContext Access to configuration and cache manager properties during the construction of the cache object.CacheType A data structure to retain all known type information from the key and value types, including generic parameters within the cache configuration.CacheWrapper Wraps a cache in order to add functionality like tracing.ConfigBean Marker for cache configuration beans.ConfigBuilder ConfigSection A configuration section.ConfigWithSections If the configuration bean has additional sub configuration beans, then it implements this interface.CustomizationSupplier Supplies cache customizations likeExpiryPolicy
orCacheLoader
.Feature Features need to properly implementequals()
andhashCode()
SectionBuilder Supports adding configuration sections via the builder pattern.SectionContainer Container for configuration objects.SingleFeature Feature that distinct type is only present once.ToggleFeature Base class for a cache feature that can be enabled or disables and appears only once in the feature set.ValidatingConfigBean Configuration bean that is able to validate itself. -
Classes in org.cache2k.config used by org.cache2k.event Class Description CacheBuildContext Access to configuration and cache manager properties during the construction of the cache object. -
Classes in org.cache2k.config used by org.cache2k.operation Class Description CacheType A data structure to retain all known type information from the key and value types, including generic parameters within the cache configuration. -
Classes in org.cache2k.config used by org.cache2k.spi Class Description Cache2kConfig Configuration for a cache2k cache.