interface EsiResponseCacheStrategyInterface in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/http-kernel/HttpCache/EsiResponseCacheStrategyInterface.php \Symfony\Component\HttpKernel\HttpCache\EsiResponseCacheStrategyInterface
ResponseCacheStrategyInterface implementations know how to compute the Response cache HTTP header based on the different response cache headers.
@author Fabien Potencier <fabien@symfony.com>
Hierarchy
- interface \Symfony\Component\HttpKernel\HttpCache\ResponseCacheStrategyInterface
- interface \Symfony\Component\HttpKernel\HttpCache\EsiResponseCacheStrategyInterface
Expanded class hierarchy of EsiResponseCacheStrategyInterface
All classes that implement EsiResponseCacheStrategyInterface
Deprecated
since version 2.6, to be removed in 3.0. Use ResponseCacheStrategyInterface instead.
File
- vendor/
symfony/ http-kernel/ HttpCache/ EsiResponseCacheStrategyInterface.php, line 26
Namespace
Symfony\Component\HttpKernel\HttpCacheView source
interface EsiResponseCacheStrategyInterface extends ResponseCacheStrategyInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ResponseCacheStrategyInterface:: |
public | function | Adds a Response. | 1 |
ResponseCacheStrategyInterface:: |
public | function | Updates the Response HTTP headers based on the embedded Responses. | 1 |