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