Uses of Class
com.ibm.icu.impl.CacheBase
-
Packages that use CacheBase Package Description com.ibm.icu.impl com.ibm.icu.number Library for localized number formatting introduced in ICU 60; for usage, see com.ibm.icu.number.NumberFormatter.com.ibm.icu.text Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping.com.ibm.icu.util International calendars and other utility classes. -
-
Uses of CacheBase in com.ibm.icu.impl
Subclasses of CacheBase in com.ibm.icu.impl Modifier and Type Class Description private static class
ICUResourceBundleReader.ReaderCache
class
SoftCache<K,V,D>
Generic, thread-safe cache implementation, usually storing cached instances inReference
s viaCacheValue
s.private static class
TimeZoneGenericNames.Cache
TimeZoneGenericNames
cache implementation.private static class
TimeZoneNamesImpl.MZ2TZsCache
private static class
TimeZoneNamesImpl.TZ2MZsCache
private static class
ZoneMeta.CustomTimeZoneCache
Custom time zone object cacheprivate static class
ZoneMeta.SystemTimeZoneCache
System time zone object cacheFields in com.ibm.icu.impl declared as CacheBase Modifier and Type Field Description private static CacheBase<java.lang.String,ICUResourceBundle,ICUResourceBundle.Loader>
ICUResourceBundle. BUNDLE_CACHE
private static CacheBase<java.lang.String,ResourceBundleWrapper,ResourceBundleWrapper.Loader>
ResourceBundleWrapper. BUNDLE_CACHE
private static CacheBase<java.lang.String,Norm2AllModes,java.nio.ByteBuffer>
Norm2AllModes. cache
private static CacheBase<java.lang.String,ICUResourceBundle.AvailEntry,java.lang.ClassLoader>
ICUResourceBundle. GET_AVAILABLE_CACHE
-
Uses of CacheBase in com.ibm.icu.number
Fields in com.ibm.icu.number declared as CacheBase Modifier and Type Field Description private static CacheBase<java.lang.String,UnlocalizedNumberFormatter,java.lang.Void>
NumberSkeletonImpl. cache
Cache for parsed skeleton strings. -
Uses of CacheBase in com.ibm.icu.text
Subclasses of CacheBase in com.ibm.icu.text Modifier and Type Class Description private static class
TimeZoneFormat.TimeZoneFormatCache
ImplementsTimeZoneFormat
object cacheprivate static class
TimeZoneNames.Cache
TimeZoneNames cache used byTimeZoneNames.getInstance(ULocale)
Fields in com.ibm.icu.text declared as CacheBase Modifier and Type Field Description private CacheBase<java.lang.String,RelativeDateTimeFormatter.RelativeDateTimeFormatterData,ULocale>
RelativeDateTimeFormatter.Cache. cache
private static CacheBase<ULocale,DecimalFormatSymbols.CacheData,java.lang.Void>
DecimalFormatSymbols. cachedLocaleData
cache to hold the NumberElements of a Locale.private static CacheBase<java.lang.String,NumberingSystem,NumberingSystem.LocaleLookupData>
NumberingSystem. cachedLocaleData
Cache to hold the NumberingSystems by Locale.private static CacheBase<java.lang.String,NumberingSystem,java.lang.Void>
NumberingSystem. cachedStringData
Cache to hold the NumberingSystems by name.private static CacheBase<java.lang.String,DateFormatSymbols,ULocale>
DateFormatSymbols. DFSCACHE
-
Uses of CacheBase in com.ibm.icu.util
Subclasses of CacheBase in com.ibm.icu.util Modifier and Type Class Description private static class
Calendar.WeekDataCache
Fields in com.ibm.icu.util declared as CacheBase Modifier and Type Field Description private static CacheBase<java.lang.String,java.lang.String,java.lang.Void>
ULocale. nameCache
private static CacheBase<java.lang.String,Currency,java.lang.Void>
Currency. regionCurrencyCache
-