Interface | Description |
---|---|
CacheInvoker |
Encapsulates logic used to invoke an operation on a cache.
|
CacheInvoker.Operation<K,V,R> |
Encapsulates a cache operation.
|
Class | Description |
---|---|
BatchCacheInvoker |
Invoker that starts and ends a batch, if none exists.
|
RetryingCacheInvoker |
A cache invoker implementation that retries after a specified set of intervals upon timeout or suspect.
|
SimpleCacheInvoker |
Trivial cache invoker.
|
Copyright © 2013 JBoss by Red Hat. All rights reserved.