public static class Mutator.MutateOperation<K,V> extends Object implements CacheInvoker.Operation<K,V,V>
Constructor and Description |
---|
MutateOperation(K key,
V value) |
Modifier and Type | Method and Description |
---|---|
V |
invoke(org.infinispan.Cache<K,V> cache)
Invoke some operation on the specified cache.
|
public V invoke(org.infinispan.Cache<K,V> cache)
CacheInvoker.Operation
invoke
in interface CacheInvoker.Operation<K,V,V>
cache
- an infinispan cacheCopyright © 2015 JBoss by Red Hat. All rights reserved.