Package net.fortuna.ical4j.util
Interface TimeZoneCache
-
- All Known Implementing Classes:
JCacheTimeZoneCache
,MapTimeZoneCache
public interface TimeZoneCache
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clear()
boolean
containsId(String id)
VTimeZone
getTimezone(String id)
boolean
putIfAbsent(String id, VTimeZone timeZone)
-