public class JCacheTimeZoneCache extends Object implements TimeZoneCache
| Constructor and Description |
|---|
JCacheTimeZoneCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsId(String id) |
VTimeZone |
getTimezone(String id) |
boolean |
putIfAbsent(String id,
VTimeZone timeZone) |
public VTimeZone getTimezone(String id)
getTimezone in interface TimeZoneCachepublic boolean putIfAbsent(String id, VTimeZone timeZone)
putIfAbsent in interface TimeZoneCachepublic boolean containsId(String id)
containsId in interface TimeZoneCachepublic void clear()
clear in interface TimeZoneCache