JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.apache.commons.jexl3
JexlCache
Reference
Contents
Description
Method Summary
Method Details
getCache()
setCache(Object)
Hide sidebar
Show sidebar
Interface JexlCache.Reference
Enclosing interface:
JexlCache
<
K
,
V
>
public static interface
JexlCache.Reference
A cached reference.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Object
getCache
()
Gets the referenced object.
void
setCache
(
Object
cache)
Sets the referenced object.
Method Details
getCache
Object
getCache
()
Gets the referenced object.
Returns:
the referenced object
setCache
void
setCache
(
Object
cache)
Sets the referenced object.
Parameters:
cache
- the referenced object