Uses of Interface
org.apache.commons.jexl3.JexlCache
Packages that use JexlCache
-
Uses of JexlCache in org.apache.commons.jexl3
Methods in org.apache.commons.jexl3 that return types with arguments of type JexlCacheModifier and TypeMethodDescriptionIntFunction
<JexlCache<?, ?>> JexlBuilder.cacheFactory()
Gets the expression-cache factory the engine will use.Method parameters in org.apache.commons.jexl3 with type arguments of type JexlCacheModifier and TypeMethodDescriptionJexlBuilder.cacheFactory
(IntFunction<JexlCache<?, ?>> factory) Sets the expression-cache factory the engine will use.