public interface RemoteValueRetrievedListener
Modifier and Type | Method and Description |
---|---|
void |
remoteValueFound(InternalCacheEntry ice)
Invoked when a remote value is found from a remote source
|
void |
remoteValueNotFound(Object key)
Invoked when a remote value is not found from the remote source for the given key
|
void remoteValueFound(InternalCacheEntry ice)
ice
- The cache entry that was foundvoid remoteValueNotFound(Object key)
key
- The key for which there was no value foundCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.