public class StorageCalendarCache

  1. Object
  2. StorageCalendarCache

ImplementsCalendarCache

Opt-in persistent cache backed by application Storage.

Constructors

public StorageCalendarCache(String namespace)

Methods

public Map<String, Object> load(String sourceId) throws CalendarException
public void store(String sourceId, Map<String, Object> state) throws CalendarException
public void clear(String sourceId)

Inherited methods

Constructor details

StorageCalendarCache

public StorageCalendarCache(String namespace)

Method details

load

public Map<String, Object> load(String sourceId) throws CalendarException

store

public void store(String sourceId, Map<String, Object> state) throws CalendarException

clear

public void clear(String sourceId)