| 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 | Field and Description |
|---|---|
protected PinningConfiguration |
CacheConfiguration.pinningConfiguration
The PinningConfiguration.
|
| Modifier and Type | Method and Description |
|---|---|
PinningConfiguration |
CacheConfiguration.getPinningConfiguration()
Accessor
|
PinningConfiguration |
PinningConfiguration.store(PinningConfiguration.Store store)
Set the lowest store from which elements must not be evicted from
|
PinningConfiguration |
PinningConfiguration.store(String store)
Set the lowest store from which elements must not be evicted from
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheConfiguration.addPinning(PinningConfiguration pinningConfiguration)
Allows BeanHandler to add the PinningConfiguration to the configuration.
|
CacheConfiguration |
CacheConfiguration.pinning(PinningConfiguration pinningConfiguration) |
| Constructor and Description |
|---|
PinningConfigurationElement(NodeElement parent,
PinningConfiguration pinningConfiguration)
Constructor accepting the parent and the
TerracottaConfiguration |
Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.