Convenience method, adds the "user" cache context.
$this
public function cachePerUser() { $this->addCacheContexts([ 'user', ]); return $this; }