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