public static class TimeZoneNames.ZoneStringsCache extends BasicLruCache<Locale,String[][]>
| Constructor and Description |
|---|
ZoneStringsCache() |
| Modifier and Type | Method and Description |
|---|---|
protected String[][] |
create(Locale locale)
Called after a cache miss to compute a value for the corresponding key.
|
entryEvicted, evictAll, get, put, snapshotprotected String[][] create(Locale locale)
BasicLruCachecreate in class BasicLruCache<Locale,String[][]>