public interface CalendarCache
Known subtypesMemoryCalendarCache, StorageCalendarCache
Persistence seam used by
CalendarSyncEngine. Credentials must not be stored here.Methods
Method details
load
public abstract Map<String, Object> load(String sourceId)
throws CalendarExceptionThrows
store
public abstract void store(String sourceId, Map<String, Object> state)
throws CalendarExceptionThrows
clear
public abstract void clear(String sourceId)
throws CalendarException