public function ResponseCacheStrategyInterface::update in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/http-kernel/HttpCache/ResponseCacheStrategyInterface.php \Symfony\Component\HttpKernel\HttpCache\ResponseCacheStrategyInterface::update()
Updates the Response HTTP headers based on the embedded Responses.
Parameters
Response $response:
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 40
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);