ehcache

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

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

Uses of MemoryStore in net.sf.ehcache
 

Methods in net.sf.ehcache that return MemoryStore
(package private)  MemoryStore Cache.getMemoryStore()
          Gets the internal MemoryStore.
 

Uses of MemoryStore in net.sf.ehcache.store
 

Subclasses of MemoryStore in net.sf.ehcache.store
 class FifoMemoryStore
          First-In-First-Out (FIFO) implementation of MemoryStore.
 class LfuMemoryStore
          Less Frequently Used (LFU) implementation of the memory store.
 class LruMemoryStore
          An implementation of a LruMemoryStore.
 

Methods in net.sf.ehcache.store that return MemoryStore
static MemoryStore MemoryStore.create(Ehcache cache, Store diskStore)
          A factory method to create a MemoryStore.
 


ehcache