Package | Description |
---|---|
net.sf.ehcache.store |
Store package.
|
net.sf.ehcache.store.disk |
This package contains the disk store.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
MemoryStore
A Store implementation suitable for fast, concurrent in memory stores.
|
class |
NotifyingMemoryStore |
class |
NullStore
A store implementation which does not store anything.
|
Modifier and Type | Field and Description |
---|---|
protected U |
FrontEndCacheTier.authority
The authority tier store
|
protected T |
FrontEndCacheTier.cache
The cache tier store
|
Modifier and Type | Class and Description |
---|---|
class |
DiskStore
Implements a persistent-to-disk store.
|
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.