Uses of Class
com.googlecode.aviator.utils.LRUMap
Packages that use LRUMap
-
Uses of LRUMap in com.googlecode.aviator
Fields in com.googlecode.aviator declared as LRUMapModifier and TypeFieldDescriptionprivate LRUMap<String, FutureTask<Expression>> AviatorEvaluatorInstance.expressionLRUCache -
Uses of LRUMap in com.googlecode.aviator.runtime.function.system
Fields in com.googlecode.aviator.runtime.function.system with type parameters of type LRUMapModifier and TypeFieldDescriptionprivate static ThreadLocal<LRUMap<String, SimpleDateFormat>> DateFormatCache.formatCache