Uses of Interface
net.sf.ehcache.store.Store

Packages that use Store
net.sf.ehcache.store Store package. 
 

Uses of Store in net.sf.ehcache.store
 

Classes in net.sf.ehcache.store that implement Store
 class DiskStore
          A disk cache implementation.
 class MemoryStore
          An implementation of a MemoryStore.
 

Methods in net.sf.ehcache.store that return Store
static Store DiskStore.getCache(java.lang.String name)
          Locates a cache, by name.