You are here

public function StoreInterface::purge in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/HttpCache/StoreInterface.php \Symfony\Component\HttpKernel\HttpCache\StoreInterface::purge()

Purges data for the given URL.

Parameters

string $url A URL:

Return value

bool true if the URL exists and has been purged, false otherwise

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

File

vendor/symfony/http-kernel/HttpCache/StoreInterface.php, line 90

Class

StoreInterface
Interface implemented by HTTP cache stores.

Namespace

Symfony\Component\HttpKernel\HttpCache

Code

public function purge($url);