ehcache

Uses of Class
net.sf.ehcache.config.DiskStoreConfiguration

Packages that use DiskStoreConfiguration
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
 DiskStoreConfiguration Configuration.getDiskStoreConfiguration()
          Gets the disk store configuration.
 DiskStoreConfiguration DiskStoreConfiguration.path(String path)
          Builder method to set the disk store path, see setPath(String)
 

Methods in net.sf.ehcache.config with parameters of type DiskStoreConfiguration
 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.
 

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
DiskStoreConfigurationElement(ConfigurationElement parent, DiskStoreConfiguration diskStoreConfiguration)
          Construtor accepting the parent and the DiskStoreConfiguration
 


ehcache

Copyright 2001-2015, Terracotta, Inc.