|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TierableStore | |
---|---|
net.sf.ehcache.store | Store package. |
net.sf.ehcache.store.disk | This package contains the disk store. |
Uses of TierableStore in net.sf.ehcache.store |
---|
Classes in net.sf.ehcache.store with type parameters of type TierableStore | |
---|---|
class |
FrontEndCacheTier<T extends TierableStore,U extends TierableStore>
Abstract class for stores which combine two other stores, one caching the other (aka authority)'s elements. |
class |
FrontEndCacheTier<T extends TierableStore,U extends TierableStore>
Abstract class for stores which combine two other stores, one caching the other (aka authority)'s elements. |
Classes in net.sf.ehcache.store that implement TierableStore | |
---|---|
class |
MemoryStore
A Store implementation suitable for fast, concurrent in memory stores. |
class |
NotifyingMemoryStore
|
class |
NullStore
A store implementation which does not store anything. |
Fields in net.sf.ehcache.store declared as TierableStore | |
---|---|
protected U |
FrontEndCacheTier.authority
The authority tier store |
protected T |
FrontEndCacheTier.cache
The cache tier store |
Uses of TierableStore in net.sf.ehcache.store.disk |
---|
Classes in net.sf.ehcache.store.disk that implement TierableStore | |
---|---|
class |
DiskStore
Implements a persistent-to-disk store. |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |