Uses of Class
com.easyjf.cache.store.MemoryStore

Packages that use MemoryStore
com.easyjf.cache.store   
 

Uses of MemoryStore in com.easyjf.cache.store
 

Subclasses of MemoryStore in com.easyjf.cache.store
 class FifoMemoryStore
          First-In-First-Out (FIFO) implementation of MemoryStore.
 class LfuMemoryStore
          Least Frequently Used (LFU) implementation of the memory store.
 class LruMemoryStore
          An implementation of a LruMemoryStore.
 

Methods in com.easyjf.cache.store that return MemoryStore
static MemoryStore MemoryStore.create(ICache cache)