|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractStore | |
---|---|
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.impl | This package contains the various element proxy factory implementations. |
Uses of AbstractStore in net.sf.ehcache.store |
---|
Subclasses of AbstractStore in net.sf.ehcache.store | |
---|---|
class |
DiskStore
A disk store implementation. |
class |
LegacyStoreWrapper
A wrapper to convert a legacy pair of stores into a new style compound store. |
class |
LruMemoryStore
An implementation of a LruMemoryStore. |
class |
MemoryStore
A Store implementation suitable for fast, concurrent in memory stores. |
class |
XATransactionalStore
A transaction aware store that wraps the actual Store. |
Uses of AbstractStore in net.sf.ehcache.store.compound |
---|
Subclasses of AbstractStore in net.sf.ehcache.store.compound | |
---|---|
class |
CompoundStore
The store used by default in Ehcache version 2. |
Uses of AbstractStore in net.sf.ehcache.store.compound.impl |
---|
Subclasses of AbstractStore in net.sf.ehcache.store.compound.impl | |
---|---|
class |
DiskPersistentStore
Implements a persistent-to-disk store. |
class |
MemoryOnlyStore
Implements a memory only store. |
class |
OverflowToDiskStore
Implements an overflow-to-disk store. |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |