Package | Description |
---|---|
org.cache2k.configuration |
The cache configuration as a Java bean and support types.
|
org.cache2k.jcache |
Support for using the JCache API with cache2k, that allows additional configuration.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConfigurationSectionBuilder<T extends ConfigurationSection> |
Modifier and Type | Interface and Description |
---|---|
interface |
SingletonConfigurationSection
A configuration section that may appear only once.
|
Modifier and Type | Method and Description |
---|---|
<T extends ConfigurationSection> |
ConfigurationSectionContainer.getSection(Class<T> sectionType)
Retrieve a single section from the container.
|
Modifier and Type | Method and Description |
---|---|
Iterator<ConfigurationSection> |
ConfigurationSectionContainer.iterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
ConfigurationSectionContainer.add(ConfigurationSection section)
Add a new configuration section to the container.
|
Modifier and Type | Method and Description |
---|---|
void |
Cache2kConfiguration.setSections(Collection<ConfigurationSection> c)
Adds the collection of sections to the existing list.
|
Modifier and Type | Class and Description |
---|---|
class |
JCacheConfiguration
Configuration section for the cache2k configuration to control additional
behavior related to JCache.
|
cache2k API documentation. Copyright © 2000–2019 headissue GmbH, Munich.