public function deleteRecords($recordIds) { $this->flushCacheBeforeChange(); $result = parent::deleteRecords($recordIds); $this->flushCacheAfterChange(); return $result; }