See: Description
| Interface | Description |
|---|---|
| CacheType<T> |
A data structure to retain all known type information from the key and value types, including generic
parameters within the cache configuration.
|
| ConfigurationBean |
Marker for cache configuration beans.
|
| ConfigurationSection |
Marker interface for additional configuration section beans.
|
| ConfigurationSectionBuilder<T extends ConfigurationSection> | |
| ConfigurationWithSections |
If the configuration bean has additional sub configuration beans, then it implements this interface.
|
| CustomizationCollection<T> |
Collection of customizations.
|
| CustomizationSupplier<T> |
Supplies a cache customizations like
ExpiryPolicy or CacheLoader. |
| SingletonConfigurationSection |
A configuration section that may appear only once.
|
| ValidatingConfigurationBean |
Configuration bean that is able to validate itself.
|
| Class | Description |
|---|---|
| Cache2kConfiguration<K,V> |
Configuration for a cache2k cache.
|
| Cache2kManagerConfiguration |
Configuration options for a cache manager.
|
| CacheTypeCapture<T> |
Helper class to capture generic types into a type descriptor.
|
| CacheTypeCapture.OfArray |
CacheType representing an array.
|
| CacheTypeCapture.OfClass |
CacheType representing a class.
|
| CacheTypeCapture.OfGeneric |
CacheType representing a generic type.
|
| ConfigurationSectionContainer |
Container for configuration objects.
|
| CustomizationReferenceSupplier<T> |
A reference to the customization to be used is set while building the cache.
|
| CustomizationSupplierByClassName<T> |
Creates a new instance of the customization based on the class name and the class loader
in effect by the cache.
|
| DefaultCustomizationCollection<T> |
Default implementation for a customization collection using a list.
|
cache2k API documentation. Copyright © 2000–2019 headissue GmbH, Munich.