function ResponseCacheStrategyInterface::update
Updates the Response HTTP headers based on the embedded Responses.
1 method overrides ResponseCacheStrategyInterface::update()
- ResponseCacheStrategy::update in vendor/
symfony/ http-kernel/ HttpCache/ ResponseCacheStrategy.php - Updates the Response HTTP headers based on the embedded Responses.
File
-
vendor/
symfony/ http-kernel/ HttpCache/ ResponseCacheStrategyInterface.php, line 36
Class
- ResponseCacheStrategyInterface
- ResponseCacheStrategyInterface implementations know how to compute the Response cache HTTP header based on the different response cache headers.
Namespace
Symfony\Component\HttpKernel\HttpCacheCode
public function update(Response $response) : void;