public function StoreInterface::purge

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

1 method overrides StoreInterface::purge()
Store::purge in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/Store.php
Purges data for the given URL.

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);