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