public class MemoryCalendarCache
- Object
- MemoryCalendarCache
ImplementsCalendarCache
Process-local cache, useful for tests or sessions that must leave no data on disk.
Constructors
public MemoryCalendarCache() |
Methods
public synchronized Map<String, Object> load(String sourceId) | |
public synchronized void store(String sourceId, Map<String, Object> state) | |
public synchronized void clear(String sourceId) |
Inherited methods
Constructor details
MemoryCalendarCache
public MemoryCalendarCache()Method details
load
public synchronized Map<String, Object> load(String sourceId)store
public synchronized void store(String sourceId, Map<String, Object> state)clear
public synchronized void clear(String sourceId)