|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DiskStore | |
---|---|
net.sf.ehcache | This package contains the public API for using ehcache. |
net.sf.ehcache.store | Store package. |
Uses of DiskStore in net.sf.ehcache |
---|
Methods in net.sf.ehcache that return DiskStore | |
---|---|
(package private) DiskStore |
Cache.getDiskStore()
Gets the internal DiskStore. |
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(Ehcache cache,
DiskStore diskStore)
A factory method to create a MemoryStore. |
Constructors in net.sf.ehcache.store with parameters of type DiskStore | |
---|---|
FifoMemoryStore(Ehcache cache,
DiskStore diskStore)
Constructor for the FifoMemoryStore object. |
|
LfuMemoryStore(Ehcache cache,
DiskStore diskStore)
Constructor for the LfuMemoryStore object. |
|
LruMemoryStore(Ehcache cache,
DiskStore diskStore)
Constructor for the LruMemoryStore object The backing LinkedHashMap is created with LRU by access order. |
|
MemoryStore(Ehcache cache,
DiskStore diskStore)
Constructs things that all MemoryStores have in common. |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |