ehcache

Package net.sf.ehcache.store

Store package.

See:
          Description

Interface Summary
ElementValueComparator Used to compare two element values
Policy An eviction policy.
Store This is the interface for all stores.
StoreListener  
StoreQuery An immutable query that a Store can execute
StoreQuery.Ordering An attribute / direction ordering pair
TerracottaStore Use for internal purpose only.
 

Class Summary
AbstractPolicy A base policy class
AbstractStore  
DefaultElementValueComparator  
DiskStore A disk store implementation.
DiskStore.DiskElement A reference to an on-disk elements.
FifoPolicy Contains common LFU policy code for use between the LfuMemoryStore and the DiskStore, which also uses an LfuPolicy for evictions.
LegacyStoreWrapper A wrapper to convert a legacy pair of stores into a new style compound store.
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.
 

Enum Summary
MemoryStoreEvictionPolicy.MemoryStoreEvictionPolicyEnum Enum for MemoryStoreEvictionPolicy
 

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