Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
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