Class ZoneMeta.CustomTimeZoneCache

  • Enclosing class:
    ZoneMeta

    private static class ZoneMeta.CustomTimeZoneCache
    extends SoftCache<java.lang.Integer,​SimpleTimeZone,​int[]>
    Custom time zone object cache
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private CustomTimeZoneCache()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected SimpleTimeZone createInstance​(java.lang.Integer key, int[] data)
      Creates an instance for the key and data.
      • Methods inherited from class java.lang.Object

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

      • CustomTimeZoneCache

        private CustomTimeZoneCache()
    • Method Detail

      • createInstance

        protected SimpleTimeZone createInstance​(java.lang.Integer key,
                                                int[] data)
        Description copied from class: CacheBase
        Creates an instance for the key and data. Must be overridden.
        Specified by:
        createInstance in class CacheBase<java.lang.Integer,​SimpleTimeZone,​int[]>
        Parameters:
        key - Cache lookup key for the requested instance
        data - Data for the instance creation
        Returns:
        The requested instance