| 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.
|
| Modifier and Type | Method and Description |
|---|---|
LocalTransactionContext |
TransactionController.getCurrentTransactionContext()
Get the transaction context bond to the current thread
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.