public interface MethodResultCache
Modifier and Type | Method and Description |
---|---|
Object |
get()
Returns the previously cached value, if any.
|
boolean |
isCached()
Returns true if the cache contains a cached value.
|
void |
reset()
Resets the cache, discarding the cached value.
|
void |
set(Object cachedValue)
Stores a new cached value for later reference.
|
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.