|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| CacheStorageConfiguration | Identical to the InMemoryStorageConfiguration except that it creates google collections ReferenceMap with Soft references on both keys and values. |
| InMemoryStorageConfiguration | A storage engine that uses a java.util.ConcurrentHashMap to hold the entries |
| InMemoryStorageEngine<K,V,T> | A simple non-persistent, in-memory store. |
An in-memory storage engine that serves data out of a non-persistent map. This can be a soft reference map in order to allow this to act as a cache.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||