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 class
class
SoftCache<K,
V, D> Generic, thread-safe cache implementation, usually storing cached instances inReference
s viaCacheValue
s.private static class
TimeZoneGenericNames
cache implementation.private static class
private static class
private static class
Custom time zone object cacheprivate static class
System time zone object cacheFields in com.ibm.icu.impl declared as CacheBaseModifier and TypeFieldDescriptionprivate static CacheBase<String,
ICUResourceBundle, ICUResourceBundle.Loader> ICUResourceBundle.BUNDLE_CACHE
private static CacheBase<String,
ResourceBundleWrapper, ResourceBundleWrapper.Loader> ResourceBundleWrapper.BUNDLE_CACHE
private static CacheBase<String,
Norm2AllModes, ByteBuffer> Norm2AllModes.cache
private 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.cache
Cache for parsed skeleton strings. -
Uses of CacheBase in com.ibm.icu.text
Subclasses of CacheBase in com.ibm.icu.textModifier and TypeClassDescriptionprivate static class
ImplementsTimeZoneFormat
object cacheprivate static class
TimeZoneNames cache used byTimeZoneNames.getInstance(ULocale)
Fields in com.ibm.icu.text declared as CacheBaseModifier and TypeFieldDescriptionRelativeDateTimeFormatter.Cache.cache
private static final CacheBase<ULocale,
DecimalFormatSymbols.CacheData, Void> DecimalFormatSymbols.cachedLocaleData
cache to hold the NumberElements of a Locale.private static CacheBase<String,
NumberingSystem, NumberingSystem.LocaleLookupData> NumberingSystem.cachedLocaleData
Cache to hold the NumberingSystems by Locale.private static CacheBase<String,
NumberingSystem, Void> NumberingSystem.cachedStringData
Cache 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