ehcache

Uses of Class
net.sf.ehcache.store.DiskStore

Packages that use DiskStore
net.sf.ehcache This package contains the public API for using ehcache. 
net.sf.ehcache.store Store package. 
 

Uses of DiskStore in net.sf.ehcache
 

Methods in net.sf.ehcache that return DiskStore
protected  DiskStore Cache.createDiskStore()
          Creates a disk store when either: overflowToDisk is enabled diskPersistent is enabled
 

Uses of DiskStore in net.sf.ehcache.store
 

Methods in net.sf.ehcache.store that return DiskStore
static DiskStore DiskStore.create(Ehcache cache, String diskStorePath)
          A factory method to create a DiskStore.
 


ehcache

true