Skip to content

Instantly share code, notes, and snippets.

@cmcintosh
Created December 1, 2019 05:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmcintosh/aea3d22332e95d7d470de87e610dacbc to your computer and use it in GitHub Desktop.
Save cmcintosh/aea3d22332e95d7d470de87e610dacbc to your computer and use it in GitHub Desktop.
/**
* {@inheritdoc}
*/
public function getCacheContexts() {
return Cache::mergeContexts(parent::getCacheContexts(), [
'user.roles',
'url.path',
'group'
]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment