$build = [ '#cache' => [ 'max-age' => 0, ];
/** * {@inheritdoc} */ public function getCacheContexts() { return Cache::mergeContexts(parent::getCacheContexts(), array('route')); }