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