public abstract class CachingCallableImpl<V> extends Object implements CachingCallable<V>
| Constructor and Description |
|---|
CachingCallableImpl() |
| Modifier and Type | Method and Description |
|---|---|
V |
call() |
protected abstract V |
createInstance() |
boolean |
isValueCached() |
public boolean isValueCached()
isValueCached in interface CachingCallable<V>Copyright © 2017 JBoss by Red Hat. All rights reserved.