Searched refs:invalidateMonth (Results 1 – 2 of 2) sorted by relevance
257 … CalendarEventCache::invalidateMonth($oldNamespace ?? $namespace, (int)$oldYear, (int)$oldMonth);290 CalendarEventCache::invalidateMonth($namespace, $year, $month);339 CalendarEventCache::invalidateMonth($namespace, $year, $month);
153 public static function invalidateMonth($namespace, $year, $month) { function in CalendarEventCache