Class CachingDateFormatter


  • @Deprecated(since="2022-01-27")
    public class CachingDateFormatter
    extends java.lang.Object
    Deprecated.
    This internal logback API is not supported by AEM as a Cloud Service.
    A synchronized implementation of SimpleDateFormat which uses caching internally.
    Since:
    0.9.29
    • Constructor Summary

      Constructors 
      Constructor Description
      CachingDateFormatter​(java.lang.String pattern)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String format​(long now)
      Deprecated.
       
      void setTimeZone​(java.util.TimeZone tz)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CachingDateFormatter

        public CachingDateFormatter​(java.lang.String pattern)
        Deprecated.
    • Method Detail

      • format

        public final java.lang.String format​(long now)
        Deprecated.
      • setTimeZone

        public void setTimeZone​(java.util.TimeZone tz)
        Deprecated.