/**
  * Resets the board cache after changes.
  */
 protected function resetCache()
 {
     Board::resetCache();
     // reset sessions
     Session::resetSessions(array(), true, false);
 }