39 lines
807 B
YAML
39 lines
807 B
YAML
|
name: ResponseCacheStrategyInterface
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: Response
|
||
|
type: class
|
||
|
source: Symfony\Component\HttpFoundation\Response
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: add
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: response
|
||
|
comment: '# * ResponseCacheStrategyInterface implementations know how to compute
|
||
|
the
|
||
|
|
||
|
# * Response cache HTTP header based on the different response cache headers.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @author Fabien Potencier <fabien@symfony.com>
|
||
|
|
||
|
# */
|
||
|
|
||
|
# interface ResponseCacheStrategyInterface
|
||
|
|
||
|
# {
|
||
|
|
||
|
# /**
|
||
|
|
||
|
# * Adds a Response.'
|
||
|
- name: update
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: response
|
||
|
comment: '# * Updates the Response HTTP headers based on the embedded Responses.'
|
||
|
traits:
|
||
|
- Symfony\Component\HttpFoundation\Response
|
||
|
interfaces: []
|