Locates a cached Response for the Request provided.
Parameters
Request $request A Request instance:
Return value
Response|null A Response instance, or null if no cache entry was found
File
- drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/StoreInterface.php, line 34
Class
- StoreInterface
- Interface implemented by HTTP cache stores.
Namespace
Symfony\Component\HttpKernel\HttpCache
Code
public function lookup(Request $request);