CacheStore implementation based on
persisting to JDBM.See: Description
| Class | Description |
|---|---|
| JdbmCacheStore |
A persistent
CacheLoader based on the JDBM project. |
| JdbmCacheStoreConfig |
Configures
JdbmCacheStore. |
| JdbmSerializer |
Uses the configured (runtime)
StreamingMarshaller of the cache. |
| NaturalComparator<T> |
Compares keys using their natural ordering.
|
CacheStore implementation based on
persisting to JDBM.Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.