Searched refs:CalendarEventCache (Results 1 – 3 of 3) sorted by relevance
| /plugin/calendar/classes/ |
| H A D | EventManager.php | 77 $cached = CalendarEventCache::getMonthEvents($namespace, $year, $month); 95 CalendarEventCache::setMonthEvents($namespace, $year, $month, $events); 258 … CalendarEventCache::invalidateMonth($oldNamespace ?? $namespace, (int)$oldYear, (int)$oldMonth); 291 CalendarEventCache::invalidateMonth($namespace, $year, $month); 340 CalendarEventCache::invalidateMonth($namespace, $year, $month);
|
| H A D | EventCache.php | 15 class CalendarEventCache { class
|
| /plugin/calendar/ |
| H A D | CHANGELOG.md | 309 - **New `CalendarEventCache` class** for event data caching
|