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.
|
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.