Uses of Class
com.googlecode.aviator.utils.LRUMap
-
Packages that use LRUMap Package Description com.googlecode.aviator com.googlecode.aviator.runtime.function.system -
-
Uses of LRUMap in com.googlecode.aviator
Fields in com.googlecode.aviator declared as LRUMap Modifier and Type Field Description private LRUMap<java.lang.String,java.util.concurrent.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 LRUMap Modifier and Type Field Description private static java.lang.ThreadLocal<LRUMap<java.lang.String,java.text.SimpleDateFormat>>
DateFormatCache. formatCache
-