Uses of Interface
org.apache.commons.jexl3.JexlCache
Packages that use JexlCache
Package
Description
Provides a framework for evaluating JEXL expressions.
Provides utilities for introspection services.
-
Uses of JexlCache in org.apache.commons.jexl3
Fields in org.apache.commons.jexl3 with type parameters of type JexlCacheModifier and TypeFieldDescriptionprivate IntFunction<JexlCache<?, ?>> JexlBuilder.cacheFactoryThe cache class factory.Methods in org.apache.commons.jexl3 that return types with arguments of type JexlCacheMethod parameters in org.apache.commons.jexl3 with type arguments of type JexlCacheModifier and TypeMethodDescriptionJexlBuilder.cacheFactory(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 JexlCacheFields in org.apache.commons.jexl3.internal declared as JexlCacheModifier and TypeFieldDescriptionprotected final JexlCache<Source, ASTJexlScript> Engine.cacheThe expression cache.(package private) final JexlCache<String, TemplateEngine.TemplateExpression> TemplateEngine.cacheThe TemplateExpression cache.Fields in org.apache.commons.jexl3.internal with type parameters of type JexlCacheModifier and TypeFieldDescriptionprotected final IntFunction<JexlCache<?, ?>> Engine.cacheFactoryThe cache factory method.