You are here

public function SurrogateInterface::createCacheStrategy in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php \Symfony\Component\HttpKernel\HttpCache\SurrogateInterface::createCacheStrategy()

Returns a new cache strategy instance.

Return value

ResponseCacheStrategyInterface A ResponseCacheStrategyInterface instance

2 methods override SurrogateInterface::createCacheStrategy()
Esi::createCacheStrategy in vendor/symfony/http-kernel/HttpCache/Esi.php
Returns a new cache strategy instance.
Ssi::createCacheStrategy in vendor/symfony/http-kernel/HttpCache/Ssi.php
Returns a new cache strategy instance.

File

vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php, line 31

Class

SurrogateInterface

Namespace

Symfony\Component\HttpKernel\HttpCache

Code

public function createCacheStrategy();