public function StoreInterface::invalidate in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-kernel/HttpCache/StoreInterface.php \Symfony\Component\HttpKernel\HttpCache\StoreInterface::invalidate()
Invalidates all cache entries that match the request.
Parameters
Request $request A Request instance:
1 method overrides StoreInterface::invalidate()
- Store::invalidate in vendor/
symfony/ http-kernel/ HttpCache/ Store.php - Invalidates all cache entries that match the request.
File
- vendor/
symfony/ http-kernel/ HttpCache/ StoreInterface.php, line 54
Class
- StoreInterface
- Interface implemented by HTTP cache stores.
Namespace
Symfony\Component\HttpKernel\HttpCacheCode
public function invalidate(Request $request);