Class DateCache

java.lang.Object
org.eclipse.jetty.util.DateCache

public class DateCache extends Object
Computes String representations of Dates then caches the results so that subsequent requests within the same second will be fast.

If consecutive calls are frequently very different, then this may be a little slower than a normal DateFormat.

See Also: