|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PersistenceConfiguration | |
---|---|
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 |
Uses of PersistenceConfiguration in net.sf.ehcache.config |
---|
Methods in net.sf.ehcache.config that return PersistenceConfiguration | |
---|---|
PersistenceConfiguration |
CacheConfiguration.getPersistenceConfiguration()
Accessor |
PersistenceConfiguration |
PersistenceConfiguration.strategy(PersistenceConfiguration.Strategy strategy)
Builder method to set the persistence strategy |
PersistenceConfiguration |
PersistenceConfiguration.strategy(String strategy)
Builder method to set the persistence strategy using a String object |
PersistenceConfiguration |
PersistenceConfiguration.synchronousWrites(boolean synchronousWrites)
Builder method to set the persistence write mode |
Methods in net.sf.ehcache.config with parameters of type PersistenceConfiguration | |
---|---|
void |
CacheConfiguration.addPersistence(PersistenceConfiguration persistenceConfiguration)
Sets the PersistenceConfiguration for this cache. |
CacheConfiguration |
CacheConfiguration.persistence(PersistenceConfiguration persistenceConfiguration)
Builder to set the PersistenceConfiguration for this cache. |
Uses of PersistenceConfiguration in net.sf.ehcache.config.generator.model.elements |
---|
Constructors in net.sf.ehcache.config.generator.model.elements with parameters of type PersistenceConfiguration | |
---|---|
PersistenceConfigurationElement(ConfigurationElement parent,
PersistenceConfiguration persistenceConfiguration)
Construtor accepting the parent and the PersistenceConfiguration |
|
PersistenceConfigurationElement(NodeElement element,
PersistenceConfiguration persistenceConfiguration)
Construtor accepting the element and the PersistenceConfiguration |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |