Overrides CalculatedCacheContextInterface::getCacheableMetadata
public function getCacheableMetadata($role = NULL) { return (new CacheableMetadata())->setCacheTags([ 'user:' . $this->user ->id(), ]); }