getNativeData() . '|' . $new->getNativeData(); } public function showDiffStyle() { $this->getOutput()->addModules( 'foo' ); } public function getDiffBodyCacheKeyParams() { $params = parent::getDiffBodyCacheKeyParams(); $params[] = 'foo'; return $params; } }