public function StoreInterface::purge in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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\HttpCacheCode
public function purge($url);