| Package | Description |
|---|---|
| net.sf.ehcache |
This package contains the public API for using ehcache.
|
| net.sf.ehcache.transaction.local |
This package contains the local transactions subsystem.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionController |
CacheManager.getTransactionController()
Get the TransactionController
|
| Constructor and Description |
|---|
JtaLocalTransactionStore(LocalTransactionStore underlyingStore,
TransactionManagerLookup transactionManagerLookup,
TransactionController transactionController)
Create a new JtaLocalTransactionStore instance
|
LocalTransactionStore(TransactionController transactionController,
TransactionIDFactory transactionIdFactory,
SoftLockManager softLockManager,
Ehcache cache,
Store store,
ReadWriteCopyStrategy<Element> copyStrategy)
Create a new LocalTransactionStore instance
|
Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.