| Class | Description |
|---|---|
| MemoryStore |
A simple memory store implementation based on a simple map.
|
| MemoryStoreFactory |
StoreFactory for creating memory-based Store implementations
If a timeout has been specified, a TimeoutMemoryStore will be created,
otherwise the factory will build a plain MemoryStore |
| TimeoutMemoryStore |
MemoryStore which removes entries from the store after the specified timeout
to free memory. |
Copyright © 2005-2014 FuseSource. All Rights Reserved.