| Package | Description |
|---|---|
| jdbm.helper |
Miscelaneous utility classes and interfaces.
|
| jdbm.recman |
Core classes for managing persistent objects and processing transactions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MRU<K,V>
MRU - Most Recently Used cache policy.
|
class |
SoftCache
Wraps a deterministic cache policy with a
Level-2cache based on J2SE's soft references. |
| Constructor and Description |
|---|
SoftCache(CachePolicy internal)
Creates a soft-reference based L2 cache wrapping the specified
L1 cache.
|
SoftCache(float loadFactor,
CachePolicy internal)
Creates a soft-reference based L2 cache wrapping the specified
L1 cache.
|
| Modifier and Type | Field and Description |
|---|---|
protected CachePolicy<Long,jdbm.recman.CacheRecordManager.CacheEntry> |
CacheRecordManager.cache
Cache for underlying RecordManager
|
| Modifier and Type | Method and Description |
|---|---|
CachePolicy<Long,jdbm.recman.CacheRecordManager.CacheEntry> |
CacheRecordManager.getCachePolicy()
Get the underlying cache policy
|
| Constructor and Description |
|---|
CacheRecordManager(RecordManager recordManager,
CachePolicy<Long,jdbm.recman.CacheRecordManager.CacheEntry> cache)
Construct a CacheRecordManager wrapping another RecordManager and
using a given cache policy.
|
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.