CacheStore implementation based on
Oracle's BDBJE storage engine.See: Description
| Class | Description |
|---|---|
| BdbjeCacheStore |
An Oracle SleepyCat JE implementation of a
CacheStore. |
| BdbjeCacheStoreConfig |
Configures
BdbjeCacheStore. |
| BdbjeResourceFactory |
Factory that assembles objects specific to the SleepyCat JE API.
|
| ModificationsTransactionWorker |
Adapter that allows a list of
Modifications to be performed atomically via TransactionRunner. |
| PreparableTransactionRunner |
Adapted version of
TransactionRunner, which allows us to prepare a transaction without committing it. The
transaction prepared is accessible via CurrentTransaction.getTransaction() |
CacheStore implementation based on
Oracle's BDBJE storage engine.Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.