|
ehcache]]> | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MemoryStore | |
|---|---|
| net.sf.ehcache.store | Store package. |
| Uses of MemoryStore in net.sf.ehcache.store |
|---|
| Subclasses of MemoryStore in net.sf.ehcache.store | |
|---|---|
class |
FifoMemoryStore
First-In-First-Out (FIFO) implementation of MemoryStore. |
class |
LfuMemoryStore
Less Frequently Used (LFU) implementation of the memory store. |
class |
LruMemoryStore
An implementation of a LruMemoryStore. |
| Methods in net.sf.ehcache.store that return MemoryStore | |
|---|---|
static MemoryStore |
MemoryStore.create(Ehcache cache,
Store diskStore)
A factory method to create a MemoryStore. |
|
ehcache]]> | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||