Class ZoneMeta.SystemTimeZoneCache

  • Enclosing class:
    ZoneMeta

    private static class ZoneMeta.SystemTimeZoneCache
    extends SoftCache<java.lang.String,​OlsonTimeZone,​java.lang.String>
    System time zone object cache
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SystemTimeZoneCache()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected OlsonTimeZone createInstance​(java.lang.String key, java.lang.String 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

      • SystemTimeZoneCache

        private SystemTimeZoneCache()
    • Method Detail

      • createInstance

        protected OlsonTimeZone createInstance​(java.lang.String key,
                                               java.lang.String 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.String,​OlsonTimeZone,​java.lang.String>
        Parameters:
        key - Cache lookup key for the requested instance
        data - Data for the instance creation
        Returns:
        The requested instance