Uses of Interface
com.easyjf.cache.store.Store

Packages that use Store
com.easyjf.cache.store   
 

Uses of Store in com.easyjf.cache.store
 

Classes in com.easyjf.cache.store that implement 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.
 class MemoryStore