V - type of cached valuepublic interface CachingCallable<V> extends Callable<V>
Callable.call() and each next
call of the method, it should return the cached value.| Modifier and Type | Method and Description |
|---|---|
boolean |
isValueCached()
Returns true if the value has already been cached.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.