Invalidates all cache entries that match the request.
Parameters
Request $request A Request instance:
File
 
   - drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/StoreInterface.php, line 54
Class
  
  - StoreInterface 
- Interface implemented by HTTP cache stores.
Namespace
  Symfony\Component\HttpKernel\HttpCache
Code
public function invalidate(Request $request);