Uses of Class
org.apache.commons.jexl3.internal.SoftCache
Packages that use SoftCache
Package
Description
Provides utilities for introspection services.
-
Uses of SoftCache in org.apache.commons.jexl3.internal
Fields in org.apache.commons.jexl3.internal declared as SoftCacheModifier and TypeFieldDescriptionprotected final SoftCache<Source,
ASTJexlScript> Engine.cache
The expression cache.(package private) final SoftCache<String,
TemplateEngine.TemplateExpression> TemplateEngine.cache
The TemplateExpression cache.