Resets cache contexts (to the empty array).
$this
public function resetCacheContexts() { $this->cacheContexts = []; return $this; }