|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
See:
Description
| Class Summary | |
| ClusteredCache | A clustered cache which replicates its state across other members of a cluster |
| ClusteredCacheManager | |
| ClusteredCacheManagerFactory | A Factory class for creating new ClusteredCacheManager instances. |
| TransactionalCache | TransactionalCache can be used by multiple threads concurrently
and it will maintain a thread local transactional view of an underlying
shared cache, tracking changes to the underlying cache,
yet not applying them until a transaction commits. |
| TransactionalCache.ThreadLocalState | |
| TransactionalCacheManager | A CacheManager which returns TransactionalCache instances
using some backing Cache instances. |
| TransactionalCacheManagerFactory | A Factory class for creating new TransactionalCacheManager instances. |
| Exception Summary | |
| OptimisticTransactionException | An exception thrown if a commit() fails due to optimistic transaction failures. |
| TransactionException | The base class for all runtime exceptions caused by transaction failures. |
A number of helper classes for working with transactional and clustered JCache instances
|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||