Package org.apache.commons.jexl3
Interface JexlCache.Reference
public static interface JexlCache.Reference
A cached reference.
-
Method Summary
-
Method Details
-
getCache
Gets the referenced object.- Returns:
- the referenced object
-
setCache
Sets the referenced object.- Parameters:
cache
- the referenced object
-