Package libcore.icu
Class TimeZoneNames.ZoneStringsCache
- Enclosing class:
- TimeZoneNames
public static class TimeZoneNames.ZoneStringsCache extends BasicLruCache<Locale,String[][]>
-
Constructor Summary
Constructors Constructor Description ZoneStringsCache() -
Method Summary
Methods inherited from class libcore.util.BasicLruCache
entryEvicted, evictAll, get, put, snapshot
-
Constructor Details
-
ZoneStringsCache
public ZoneStringsCache()
-
-
Method Details
-
create
Description copied from class:BasicLruCacheCalled after a cache miss to compute a value for the corresponding key. Returns the computed value or null if no value can be computed. The default implementation returns null.- Overrides:
createin classBasicLruCache<Locale,String[][]>
-