Uses of Interface
org.apache.commons.jexl3.JexlCache
-
Packages that use JexlCache Package Description org.apache.commons.jexl3 Provides a framework for evaluating JEXL expressions.org.apache.commons.jexl3.internal Provides utilities for introspection services. -
-
Uses of JexlCache in org.apache.commons.jexl3
Fields in org.apache.commons.jexl3 with type parameters of type JexlCache Modifier and Type Field Description private java.util.function.IntFunction<JexlCache<?,?>>
JexlBuilder. cacheFactory
The cache class factory.Methods in org.apache.commons.jexl3 that return types with arguments of type JexlCache Modifier and Type Method Description java.util.function.IntFunction<JexlCache<?,?>>
JexlBuilder. cacheFactory()
Method parameters in org.apache.commons.jexl3 with type arguments of type JexlCache Modifier and Type Method Description JexlBuilder
JexlBuilder. cacheFactory(java.util.function.IntFunction<JexlCache<?,?>> factory)
Sets the expression cache size the engine will use. -
Uses of JexlCache in org.apache.commons.jexl3.internal
Classes in org.apache.commons.jexl3.internal that implement JexlCache Modifier and Type Class Description class
SoftCache<K,V>
A soft referenced cache.Fields in org.apache.commons.jexl3.internal declared as JexlCache Modifier and Type Field Description protected JexlCache<Source,ASTJexlScript>
Engine. cache
The expression cache.(package private) JexlCache<java.lang.String,TemplateEngine.TemplateExpression>
TemplateEngine. cache
The TemplateExpression cache.Fields in org.apache.commons.jexl3.internal with type parameters of type JexlCache Modifier and Type Field Description protected java.util.function.IntFunction<JexlCache<?,?>>
Engine. cacheFactory
The cache factory method.
-