/**
  * @param Header|PostRevision $object
  * @param string[] $row
  */
 public function cachePurge($object, array $row)
 {
     $row['topic_list_id'] = $this->findTopicListId($object, $row, array());
     parent::cachePurge($object, $row);
 }