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
(package private)  DiskStore Cache.getDiskStore()
          Gets the internal DiskStore.
 

Uses of DiskStore in net.sf.ehcache.store
 

Constructors in net.sf.ehcache.store with parameters of type DiskStore
MemoryStore(Cache cache, DiskStore diskStore)
          Constructor for the MemoryStore object The backing LinkedHashMap is created with LRU by access order.