Class ZoneMeta.SystemTimeZoneCache
java.lang.Object
com.ibm.icu.impl.CacheBase<String, OlsonTimeZone, String>
com.ibm.icu.impl.SoftCache<String, OlsonTimeZone, String>
com.ibm.icu.impl.ZoneMeta.SystemTimeZoneCache
- Enclosing class:
ZoneMeta
System time zone object cache
- Since:
- ICU 2.8
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected OlsonTimeZonecreateInstance(String key, String data) Creates an instance for the key and data.Methods inherited from class SoftCache
getInstance
-
Constructor Details
-
SystemTimeZoneCache
private SystemTimeZoneCache()
-
-
Method Details
-
createInstance
Description copied from class:CacheBaseCreates an instance for the key and data. Must be overridden.- Specified by:
createInstancein classCacheBase<String, OlsonTimeZone, String>- Parameters:
key- Cache lookup key for the requested instancedata- Data for the instance creation- Returns:
- The requested instance
-