|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
| Class Summary | |
| CacheLoaderInterceptor | Loads nodes that don't exist at the time of the call into memory from the CacheLoader |
| CacheStoreInterceptor | Writes modifications back to the store on the way out: stores modifications back through the CacheLoader, either after each method call (no TXs), or at TX commit. |
| CallInterceptor | Always at the end of the chain, directly in front of the cache. |
| CreateIfNotExistsInterceptor | Handles putXXX() methods: if the given node doesn't exist, it will be created (depending on the create_if_not_exists argument) |
| Interceptor | Class representing an interceptor. |
| LockInterceptor | Handles locking. |
| OrderedSynchronizationHandler | Maintains a list of Synchronization handlers. |
| ReplicationInterceptor | Takes care of replicating modifications to other nodes in a cluster. |
|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||