ehcache

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 store implementation.
 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.
 class MemoryStore
          An abstract class for the Memory Stores.
 


ehcache

true