ehcache

Uses of Package
net.sf.ehcache.store

Packages that use net.sf.ehcache.store
net.sf.ehcache This package contains the public API for using ehcache. 
net.sf.ehcache.config This package contains the cache configuration code. 
net.sf.ehcache.constructs.nonstop Ehcache-nonstopcache package 
net.sf.ehcache.constructs.nonstop.store Ehcache-nonstopcache behaviors package 
net.sf.ehcache.search.impl This package contains an implementation for Results. 
net.sf.ehcache.store Store package. 
net.sf.ehcache.store.compound This package contains the main classes and interfaces for the new fully coherent combination disk and memory store for unclustered Ehcache. 
net.sf.ehcache.store.compound.factories This package contains the concrete element substitute factory implementations. 
net.sf.ehcache.store.compound.impl This package contains the various element proxy factory implementations. 
net.sf.ehcache.terracotta This package contains the Terracotta integration functionalities. 
net.sf.ehcache.transaction This package contains classes for controlling cache operations for transactional use. 
net.sf.ehcache.transaction.local This package contains the local transactions subsystem. 
net.sf.ehcache.transaction.xa This package contains the functionality to provide XA support to a transactional Cache. 
net.sf.ehcache.transaction.xa.commands This package contains a representation of the queued commands which can be executed against a XA store. 
 

Classes in net.sf.ehcache.store used by net.sf.ehcache
DiskStore
          A disk store implementation.
MemoryStoreEvictionPolicy
          A typesafe enumeration of eviction policies.
Policy
          An eviction policy.
Store
          This is the interface for all stores.
StoreListener
           
 

Classes in net.sf.ehcache.store used by net.sf.ehcache.config
ElementValueComparator
          Used to compare two element values
MemoryStoreEvictionPolicy
          A typesafe enumeration of eviction policies.
 

Classes in net.sf.ehcache.store used by net.sf.ehcache.constructs.nonstop
TerracottaStore
          Use for internal purpose only.
 

Classes in net.sf.ehcache.store used by net.sf.ehcache.constructs.nonstop.store
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
TerracottaStore
          Use for internal purpose only.
 

Classes in net.sf.ehcache.store used by net.sf.ehcache.search.impl
StoreQuery
          An immutable query that a Store can execute
StoreQuery.Ordering
          An attribute / direction ordering pair
 

Classes in net.sf.ehcache.store used by net.sf.ehcache.store
AbstractPolicy
          A base policy class
AbstractStore
           
DiskStore
          A disk store implementation.
DiskStore.DiskElement
          A reference to an on-disk elements.
ElementValueComparator
          Used to compare two element values
MemoryStore
          A Store implementation suitable for fast, concurrent in memory stores.
MemoryStoreEvictionPolicy
          A typesafe enumeration of eviction policies.
MemoryStoreEvictionPolicy.MemoryStoreEvictionPolicyEnum
          Enum for MemoryStoreEvictionPolicy
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
 

Classes in net.sf.ehcache.store used by net.sf.ehcache.store.compound
AbstractStore
           
ElementValueComparator
          Used to compare two element values
Store
          This is the interface for all stores.
 

Classes in net.sf.ehcache.store used by net.sf.ehcache.store.compound.factories
Policy
          An eviction policy.
 

Classes in net.sf.ehcache.store used by net.sf.ehcache.store.compound.impl
AbstractStore
           
Policy
          An eviction policy.
Store
          This is the interface for all stores.
StoreQuery
          An immutable query that a Store can execute
 

Classes in net.sf.ehcache.store used by net.sf.ehcache.terracotta
Store
          This is the interface for all stores.
 

Classes in net.sf.ehcache.store used by net.sf.ehcache.transaction
AbstractStore
           
Policy
          An eviction policy.
Store
          This is the interface for all stores.
StoreQuery
          An immutable query that a Store can execute
TerracottaStore
          Use for internal purpose only.
 

Classes in net.sf.ehcache.store used by net.sf.ehcache.transaction.local
AbstractStore
           
ElementValueComparator
          Used to compare two element values
Store
          This is the interface for all stores.
TerracottaStore
          Use for internal purpose only.
 

Classes in net.sf.ehcache.store used by net.sf.ehcache.transaction.xa
AbstractStore
           
ElementValueComparator
          Used to compare two element values
Store
          This is the interface for all stores.
TerracottaStore
          Use for internal purpose only.
 

Classes in net.sf.ehcache.store used by net.sf.ehcache.transaction.xa.commands
ElementValueComparator
          Used to compare two element values
Store
          This is the interface for all stores.
 


ehcache

true