public function Esi::getName in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/http-kernel/HttpCache/Esi.php \Symfony\Component\HttpKernel\HttpCache\Esi::getName()
Returns surrogate name.
Return value
string
Overrides SurrogateInterface::getName
File
- vendor/
symfony/ http-kernel/ HttpCache/ Esi.php, line 48
Class
- Esi
- Esi implements the ESI capabilities to Request and Response instances.
Namespace
Symfony\Component\HttpKernel\HttpCacheCode
public function getName() {
return 'esi';
}