public function SurrogateInterface::createCacheStrategy in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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
Namespace
Symfony\Component\HttpKernel\HttpCacheCode
public function createCacheStrategy();