Uses of Class
net.sf.ehcache.transaction.local.LocalTransactionContext
-
Packages that use LocalTransactionContext 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. -
-
Uses of LocalTransactionContext in net.sf.ehcache
Methods in net.sf.ehcache that return LocalTransactionContext Modifier and Type Method Description LocalTransactionContextTransactionController. 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 Modifier and Type Method Description 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.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.
-