ehcache

Uses of Class
net.sf.ehcache.store.compound.impl.OverflowToDiskStore

Packages that use OverflowToDiskStore
net.sf.ehcache.store.compound.impl This package contains the various element proxy factory implementations. 
 

Uses of OverflowToDiskStore in net.sf.ehcache.store.compound.impl
 

Methods in net.sf.ehcache.store.compound.impl that return OverflowToDiskStore
static OverflowToDiskStore OverflowToDiskStore.create(Cache cache, String diskStorePath)
          Constructs an overflow-to-disk store for the given cache, using the given disk path.
 


ehcache

true