Sets cache contexts.
string[] $cache_contexts: The cache contexts to be associated.
$this
public function setCacheContexts(array $cache_contexts) { $this->cacheContexts = $cache_contexts; return $this; }