| Class | Description |
|---|---|
| AbstractInvocationDelegate |
The JBoss Cache hand-wired interceptor stack.
|
| CacheInvocationDelegate<K,V> |
The delegate that users (and ChainedInterceptor authors) interact with when they create a cache by using a cache factory.
|
| InvocationContextContainer |
Container and factory for thread locals
|
| LegacyInvocationContext | Deprecated
will be removed along with optimistic and pessimistic locking.
|
| MVCCInvocationContext |
An invocation context that is specific to MVCC locking
|
| NodeInvocationDelegate<K,V> |
The delegate that users (and interceptor authors) interact with when they obtain a node from the cache or another node.
|
| Exception | Description |
|---|---|
| CacheNotReadyException |
Thrown when a cache is in an invalid state
|
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.