| Package | Description |
|---|---|
| com.hammurapi.store.local |
Local (in-JVM) implementation of object store.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalStoreImpl<T,PK>
In-memory object store.
|
| Constructor and Description |
|---|
LocalHandle(LocalStoreBase<T,PK,S> store,
T obj,
PK primaryKey,
Map<S,Map<Extractor<T,? super PK,S>,? super PK>> cache,
Predicate<T,S>[] validators,
LocalHandle.HandleStrength handleStrength,
boolean cacheExtracted) |