Class ZoneMeta.CustomTimeZoneCache

Enclosing class:
ZoneMeta

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

    • CustomTimeZoneCache

      private CustomTimeZoneCache()
  • Method Details

    • createInstance

      protected SimpleTimeZone createInstance(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<Integer,SimpleTimeZone,int[]>
      Parameters:
      key - Cache lookup key for the requested instance
      data - Data for the instance creation
      Returns:
      The requested instance