Returns the row cache keys.
\Drupal\views\ResultRow $row: A result row.
string[] The row cache keys.
public function getRowCacheKeys(ResultRow $row) { return [ 'views', 'fields', $this->view ->id(), $this->view->current_display, $this->getRowId($row), ]; }