Home
last modified time | relevance | path

Searched refs:CalendarEventCache (Results 1 – 3 of 3) sorted by relevance

/plugin/calendar/classes/
H A DEventManager.php77 $cached = CalendarEventCache::getMonthEvents($namespace, $year, $month);
95 CalendarEventCache::setMonthEvents($namespace, $year, $month, $events);
258CalendarEventCache::invalidateMonth($oldNamespace ?? $namespace, (int)$oldYear, (int)$oldMonth);
291 CalendarEventCache::invalidateMonth($namespace, $year, $month);
340 CalendarEventCache::invalidateMonth($namespace, $year, $month);
H A DEventCache.php15 class CalendarEventCache { class
/plugin/calendar/
H A DCHANGELOG.md309 - **New `CalendarEventCache` class** for event data caching