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

Breadcrumb

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

function ResponseCacheStrategyInterface::add

Adds a Response.

1 method overrides ResponseCacheStrategyInterface::add()
ResponseCacheStrategy::add in vendor/symfony/http-kernel/HttpCache/ResponseCacheStrategy.php
Adds a Response.

File

vendor/symfony/http-kernel/HttpCache/ResponseCacheStrategyInterface.php, line 31

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 add(Response $response) : void;
RSS feed
Powered by Drupal