K - the cache keyV - the cache valueR - the return type of the cache operationpublic static interface CacheInvoker.Operation<K,V,R>
| Modifier and Type | Method and Description |
|---|---|
R |
invoke(org.infinispan.Cache<K,V> cache)
Invoke some operation on the specified cache.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.