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