Skip to content

Instantly share code, notes, and snippets.

@benglass
Created June 30, 2014 15:03
Show Gist options
  • Save benglass/746033ea0eec57cdb533 to your computer and use it in GitHub Desktop.
Save benglass/746033ea0eec57cdb533 to your computer and use it in GitHub Desktop.
<?php
$cacheStore = new Symfony\Component\HttpKernel\HttpCache\Store('/path/to/app/cache/prod/http_cache');
$cacheStore->purge('http://www.foo.com/my/url');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment