ehcache

Package net.sf.ehcache.store

Store package.

See:
          Description

Interface Summary
Policy An eviction policy.
Store This is the interface for all stores.
StoreFactory Factory for creating Store implementations
 

Class Summary
AbstractPolicy A base policy class
DiskStore A disk store implementation.
FifoPolicy Contains common LFU policy code for use between the LfuMemoryStore and the DiskStore, which also uses an LfuPolicy for evictions.
LfuPolicy Contains common LFU policy code for use between the LfuMemoryStore and the DiskStore, which also uses an LfuPolicy for evictions.
LruMemoryStore An implementation of a LruMemoryStore.
LruPolicy Contains common LFU policy code for use between the LfuMemoryStore and the DiskStore, which also uses an LfuPolicy for evictions.
MemoryStore A Store implementation suitable for fast, concurrent in memory stores.
MemoryStoreEvictionPolicy A typesafe enumeration of eviction policies.
 

Package net.sf.ehcache.store Description

Store package. This package contains a Store interface and its implementations: a memory store and a disk store.

Stores are used by the Cache to physically implement logical cache operations.


ehcache

true