Package | Description |
---|---|
net.sf.ehcache.store |
Store package.
|
net.sf.ehcache.transaction.local |
This package contains the local transactions subsystem.
|
net.sf.ehcache.transaction.xa |
This package contains the functionality to provide XA support to a transactional Cache.
|
Modifier and Type | Method and Description |
---|---|
static Store |
TxCopyingCacheStore.wrapTxStore(AbstractTransactionStore cacheStore,
CacheConfiguration cacheConfiguration)
Wraps the Store instance passed in, should any copy occur
|
Modifier and Type | Class and Description |
---|---|
class |
JtaLocalTransactionStore
A Store implementation with support for local transactions driven by a JTA transaction manager
|
class |
LocalTransactionStore
A Store implementation with support for local transactions
|
Modifier and Type | Class and Description |
---|---|
class |
XATransactionStore |
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.