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