Home
last modified time | relevance | path

Searched refs:invalidateMonth (Results 1 – 2 of 2) sorted by relevance

/plugin/calendar/classes/
DEventManager.php257 … CalendarEventCache::invalidateMonth($oldNamespace ?? $namespace, (int)$oldYear, (int)$oldMonth);
290 CalendarEventCache::invalidateMonth($namespace, $year, $month);
339 CalendarEventCache::invalidateMonth($namespace, $year, $month);
DEventCache.php153 public static function invalidateMonth($namespace, $year, $month) { function in CalendarEventCache