public abstract class RequestCacheCallable<K,V>
extends java.lang.Object
| Constructor and Description |
|---|
RequestCacheCallable(java.lang.String cacheName) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract V |
call() |
V |
get(K key) |
void |
updateCache(K key,
V value) |
Copyright © 2018 SAP SE. All Rights Reserved.