public function EsiResponseCacheStrategyInterface::update

Updates the Response HTTP headers based on the embedded Responses.

Parameters

Response $response:

1 method overrides EsiResponseCacheStrategyInterface::update()
EsiResponseCacheStrategy::update in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/EsiResponseCacheStrategy.php
Updates the Response HTTP headers based on the embedded Responses.

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/EsiResponseCacheStrategyInterface.php, line 40

Class

EsiResponseCacheStrategyInterface
EsiResponseCacheStrategyInterface implementations know how to compute the Response cache HTTP header based on the different ESI response cache headers.

Namespace

Symfony\Component\HttpKernel\HttpCache

Code

public function update(Response $response);