Purges data for the given URL.
Parameters
string $url A URL:
Return value
Boolean true if the URL exists and has been purged, false otherwise
File
- drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/StoreInterface.php, line 79
Class
- StoreInterface
- Interface implemented by HTTP cache stores.
Namespace
Symfony\Component\HttpKernel\HttpCache
Code
public function purge($url);