Uses of Class
net.sf.ehcache.config.PersistenceConfiguration
-
Packages that use PersistenceConfiguration 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 -
-
Uses of PersistenceConfiguration in net.sf.ehcache.config
Methods in net.sf.ehcache.config that return PersistenceConfiguration Modifier and Type Method Description PersistenceConfigurationCacheConfiguration. getPersistenceConfiguration()AccessorPersistenceConfigurationPersistenceConfiguration. strategy(java.lang.String strategy)Builder method to set the persistence strategy using a String objectPersistenceConfigurationPersistenceConfiguration. strategy(PersistenceConfiguration.Strategy strategy)Builder method to set the persistence strategyPersistenceConfigurationPersistenceConfiguration. synchronousWrites(boolean synchronousWrites)Builder method to set the persistence write modeMethods in net.sf.ehcache.config with parameters of type PersistenceConfiguration Modifier and Type Method Description voidCacheConfiguration. addPersistence(PersistenceConfiguration persistenceConfiguration)Sets the PersistenceConfiguration for this cache.CacheConfigurationCacheConfiguration. 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 Constructor Description PersistenceConfigurationElement(ConfigurationElement parent, PersistenceConfiguration persistenceConfiguration)Construtor accepting the parent and thePersistenceConfigurationPersistenceConfigurationElement(NodeElement element, PersistenceConfiguration persistenceConfiguration)Construtor accepting the element and thePersistenceConfiguration
-