contexts = $contexts; $this->tags = $tags; $this->maxAge = $max_age; } /** * {@inheritdoc} */ public function getCacheContexts() { return $this->contexts; } /** * {@inheritdoc} */ public function getCacheTags() { return $this->tags; } /** * {@inheritdoc} */ public function getCacheMaxAge() { return $this->maxAge; } }