ehcache

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

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

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

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


ehcache

true