| Class | Description |
|---|---|
| JdkCachingStore<K extends Comparable<K>,V> |
A
Store that can delegate storage while keeping a cache above it, using a JDK ConcurrentHashMap. |
| JdkStore<K extends Comparable<K>,V> | |
| JdkStoreService |
Factory that creates
JdkStore instances. |
Map.