Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ResponseCacheStrategyInterface.php

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\HttpCache

Code

public function update(Response $response) : void;
RSS feed
Powered by Drupal