Package | Description |
---|---|
net.sf.ehcache.config |
This package contains the cache configuration code.
|
net.sf.ehcache.config.generator.model.elements |
This package contains utility classes encapsulating ideas of Elements and Attributes from the ehcache.xsd
|
Modifier and Type | Method and Description |
---|---|
DiskStoreConfiguration |
Configuration.getDiskStoreConfiguration()
Gets the disk store configuration.
|
DiskStoreConfiguration |
DiskStoreConfiguration.path(String path)
Builder method to set the disk store path, see
setPath(String) |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.addDiskStore(DiskStoreConfiguration diskStoreConfigurationParameter)
Allows BeanHandler to add disk store location to the configuration.
|
Configuration |
Configuration.diskStore(DiskStoreConfiguration diskStoreConfigurationParameter)
Builder to add a disk store to the cache manager, only one disk store can be added.
|
Constructor and Description |
---|
DiskStoreConfigurationElement(ConfigurationElement parent,
DiskStoreConfiguration diskStoreConfiguration)
Construtor accepting the parent and the
DiskStoreConfiguration |
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.