Uses of Class
com.ibm.icu.impl.CacheBase
Packages that use CacheBase
-
Uses of CacheBase in com.ibm.icu.impl
Subclasses of CacheBase in com.ibm.icu.implModifier and TypeClassDescriptionprivate static classclassSoftCache<K,V, D> Generic, thread-safe cache implementation, usually storing cached instances inReferences viaCacheValues.private static classTimeZoneGenericNamescache implementation.private static classprivate static classprivate static classCustom time zone object cacheprivate static classSystem time zone object cacheFields in com.ibm.icu.impl declared as CacheBaseModifier and TypeFieldDescriptionprivate static CacheBase<String, ICUResourceBundle, ICUResourceBundle.Loader> ICUResourceBundle.BUNDLE_CACHEprivate static CacheBase<String, ResourceBundleWrapper, ResourceBundleWrapper.Loader> ResourceBundleWrapper.BUNDLE_CACHEprivate static CacheBase<String, Norm2AllModes, ByteBuffer> Norm2AllModes.cacheprivate static CacheBase<String, ICUResourceBundle.AvailEntry, ClassLoader> ICUResourceBundle.GET_AVAILABLE_CACHE -
Uses of CacheBase in com.ibm.icu.number
Fields in com.ibm.icu.number declared as CacheBaseModifier and TypeFieldDescriptionprivate static final CacheBase<String, UnlocalizedNumberFormatter, Void> NumberSkeletonImpl.cacheCache for parsed skeleton strings. -
Uses of CacheBase in com.ibm.icu.text
Subclasses of CacheBase in com.ibm.icu.textModifier and TypeClassDescriptionprivate static classImplementsTimeZoneFormatobject cacheprivate static classTimeZoneNames cache used byTimeZoneNames.getInstance(ULocale)Fields in com.ibm.icu.text declared as CacheBaseModifier and TypeFieldDescriptionprivate final CacheBase<String, RelativeDateTimeFormatter.RelativeDateTimeFormatterData, ULocale> RelativeDateTimeFormatter.Cache.cacheprivate static final CacheBase<ULocale, DecimalFormatSymbols.CacheData, Void> DecimalFormatSymbols.cachedLocaleDatacache to hold the NumberElements of a Locale.private static CacheBase<String, NumberingSystem, NumberingSystem.LocaleLookupData> NumberingSystem.cachedLocaleDataCache to hold the NumberingSystems by Locale.private static CacheBase<String, NumberingSystem, Void> NumberingSystem.cachedStringDataCache to hold the NumberingSystems by name.private static CacheBase<String, DateFormatSymbols, ULocale> DateFormatSymbols.DFSCACHE -
Uses of CacheBase in com.ibm.icu.util
Subclasses of CacheBase in com.ibm.icu.utilFields in com.ibm.icu.util declared as CacheBase