|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocalTransactionContext | |
---|---|
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. |
Uses of LocalTransactionContext in net.sf.ehcache |
---|
Methods in net.sf.ehcache that return LocalTransactionContext | |
---|---|
LocalTransactionContext |
TransactionController.getCurrentTransactionContext()
Get the transaction context bond to the current thread |
Uses of LocalTransactionContext in net.sf.ehcache.transaction |
---|
Methods in net.sf.ehcache.transaction with parameters of type LocalTransactionContext | |
---|---|
Set<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. |
Set<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. |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |