| Package | Description |
|---|---|
| jdbm.helper |
Miscelaneous utility classes and interfaces.
|
| jdbm.recman |
Core classes for managing persistent objects and processing transactions.
|
| Modifier and Type | Field and Description |
|---|---|
private EntryIO<K,V> |
LRUCache.entryIO
Callback used to initialize entries not in cache
|
| Constructor and Description |
|---|
LRUCache(EntryIO<K,V> entryIO,
int cacheSize) |
| Modifier and Type | Class and Description |
|---|---|
private class |
SnapshotRecordManager.RecordIO |