public interface L1Manager
Modifier and Type | Method and Description |
---|---|
void |
addRequestor(Object key,
Address requestor)
Records a request that will be cached in another nodes L1
|
Future<Object> |
flushCache(Collection<Object> key,
Address origin,
boolean assumeOriginKeptEntryInL1) |
Future<Object> |
flushCacheWithSimpleFuture(Collection<Object> keys,
Object retval,
Address origin,
boolean assumeOriginKeptEntryInL1) |
void addRequestor(Object key, Address requestor)
Future<Object> flushCacheWithSimpleFuture(Collection<Object> keys, Object retval, Address origin, boolean assumeOriginKeptEntryInL1)
Future<Object> flushCache(Collection<Object> key, Address origin, boolean assumeOriginKeptEntryInL1)
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.