Package | Description |
---|---|
net.sf.ehcache |
This package contains the public API for using ehcache.
|
net.sf.ehcache.transaction |
This package contains classes for controlling cache operations for transactional use.
|
net.sf.ehcache.transaction.local |
This package contains the local transactions subsystem.
|
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.ConcurrentMap<TransactionID,LocalTransactionContext> |
TransactionController.contextMap |
Modifier and Type | Method and Description |
---|---|
LocalTransactionContext |
TransactionController.getCurrentTransactionContext()
Get the transaction context bond to the current thread
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.lang.Object> |
SoftLockManager.getKeysInvisibleInContext(LocalTransactionContext transactionContext,
Store underlyingStore)
Get a Set of keys protected by soft locks which must not be visible to a transaction context
according to the isolation level.
|
java.util.Set<java.lang.Object> |
AbstractSoftLockManager.getKeysInvisibleInContext(LocalTransactionContext currentTransactionContext,
Store underlyingStore)
Get a Set of keys protected by soft locks which must not be visible to a transaction context
according to the isolation level.
|
Modifier and Type | Method and Description |
---|---|
private LocalTransactionContext |
LocalTransactionStore.getCurrentTransactionContext() |