Uses of Class
net.sf.ehcache.config.DiskStoreConfiguration
-
Packages that use DiskStoreConfiguration 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 DiskStoreConfiguration in net.sf.ehcache.config
Methods in net.sf.ehcache.config that return DiskStoreConfiguration Modifier and Type Method Description DiskStoreConfigurationConfiguration. getDiskStoreConfiguration()Gets the disk store configuration.DiskStoreConfigurationDiskStoreConfiguration. path(java.lang.String path)Builder method to set the disk store path, seesetPath(String)Methods in net.sf.ehcache.config with parameters of type DiskStoreConfiguration Modifier and Type Method Description voidConfiguration. addDiskStore(DiskStoreConfiguration diskStoreConfigurationParameter)Allows BeanHandler to add disk store location to the configuration.ConfigurationConfiguration. diskStore(DiskStoreConfiguration diskStoreConfigurationParameter)Builder to add a disk store to the cache manager, only one disk store can be added. -
Uses of DiskStoreConfiguration in net.sf.ehcache.config.generator.model.elements
Constructors in net.sf.ehcache.config.generator.model.elements with parameters of type DiskStoreConfiguration Constructor Description DiskStoreConfigurationElement(ConfigurationElement parent, DiskStoreConfiguration diskStoreConfiguration)Construtor accepting the parent and theDiskStoreConfiguration
-