ResponseCacheStrategyInterface
in
ResponseCacheStrategyInterface implementations know how to compute the Response cache HTTP header based on the different response cache headers.
Tags
Table of Contents
- add() : mixed
- Adds a Response.
- update() : mixed
- Updates the Response HTTP headers based on the embedded Responses.
Methods
add()
Adds a Response.
public
add(Response $response) : mixed
Parameters
- $response : Response
Return values
mixed —update()
Updates the Response HTTP headers based on the embedded Responses.
public
update(Response $response) : mixed
Parameters
- $response : Response