You are here

interface EsiResponseCacheStrategyInterface in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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

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\HttpCache
View source
interface EsiResponseCacheStrategyInterface extends ResponseCacheStrategyInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
ResponseCacheStrategyInterface::add public function Adds a Response. 1
ResponseCacheStrategyInterface::update public function Updates the Response HTTP headers based on the embedded Responses. 1