|
ehcache | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DiskStore | |
net.sf.ehcache.store | Store package. |
Uses of DiskStore in net.sf.ehcache.store |
Fields in net.sf.ehcache.store declared as DiskStore | |
protected DiskStore |
MemoryStore.diskStore
The DiskStore associated with this MemoryStore. |
Methods in net.sf.ehcache.store with parameters of type DiskStore | |
static MemoryStore |
MemoryStore.create(Cache cache,
DiskStore diskStore)
A factory method to create a MemoryStore. |
Constructors in net.sf.ehcache.store with parameters of type DiskStore | |
FifoMemoryStore(Cache cache,
DiskStore diskStore)
Constructor for the FifoMemoryStore object. |
|
LruMemoryStore(Cache cache,
DiskStore diskStore)
Constructor for the LruMemoryStore object The backing LinkedHashMap is created with LRU by access order. |
|
LfuMemoryStore(Cache cache,
DiskStore diskStore)
Constructor for the LfuMemoryStore object. |
|
MemoryStore(Cache cache,
DiskStore diskStore)
Constructs things that all MemoryStores have in common. |
|
ehcache | ||||||||||
PREV NEXT | FRAMES NO FRAMES |