Package | Description |
---|---|
org.cache2k.configuration |
The cache configuration as a Java bean and support types.
|
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 |
---|---|
void |
ConfigurationSectionContainer.add(ConfigurationSection section)
Add a new configuration section to the container.
|
cache2k API documentation. Copyright © 2000–2017 headissue GmbH, Munich.