Details
Description
See KNL-1223
Need to remove the use of complete/getAll caching
m_calendarCache BaseCalendarService.getCalendars()
hilariously, this method calls:
calendars = m_storage.getCalendars();
which runs this:
List getCalendars()
which is:
"select XML from " + table
Basically a select all.
Appears to be only used in the cover:
org.sakaiproject.calendar.cover.CalendarService
Suggest we simple eliminate this method entirely.
Gliffy Diagrams
Zeplin
Attachments
Issue Links
- is depended on by
-
SAK-39355 Sakai getAll caching is dangerous and cannot be supported by the Java cache standard (JSR-107)
-
- CLOSED
-
-
SAK-26079 Schedule tools does not display interface for adding events
-
- Verified
-
- relates to
-
SAK-26085 CalendarService depends on a Threadlocal for lookup, should be changed to a cache
-
- RESOLVED
-