Skip to content

Instantly share code, notes, and snippets.

@sahanh
Created August 7, 2015 09:02
Show Gist options
  • Select an option

  • Save sahanh/95e7cae765e4fe9b2f5d to your computer and use it in GitHub Desktop.

Select an option

Save sahanh/95e7cae765e4fe9b2f5d to your computer and use it in GitHub Desktop.
private function generateCacheKey($request)
{
$path = $request->getPathInfo();
$content = $request->getContent();
return 'app:'.sha1($path.$content);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment