Class DateFormatCache
- java.lang.Object
-
- com.googlecode.aviator.runtime.function.system.DateFormatCache
-
public class DateFormatCache extends java.lang.ObjectDateFormat cache
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.ThreadLocal<LRUMap<java.lang.String,java.text.SimpleDateFormat>>formatCacheprivate static intmaxSize
-
Constructor Summary
Constructors Constructor Description DateFormatCache()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.text.SimpleDateFormatgetOrCreateDateFormat(java.lang.String format)
-
-
-
Field Detail
-
maxSize
private static int maxSize
-
formatCache
private static java.lang.ThreadLocal<LRUMap<java.lang.String,java.text.SimpleDateFormat>> formatCache
-
-