Overrides CacheContextInterface::getContext
public function getContext() { return (int) $this->user ->id() === 1 ? '1' : '0'; }