public function StoreInterface::lookup

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

1 method overrides StoreInterface::lookup()
Store::lookup in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/Store.php
Locates a cached Response for the Request provided.

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);