public function HttpCache::getEsi

Gets the Esi instance

Return value

Symfony\Component\HttpKernel\HttpCache\Esi An Esi instance

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php, line 161

Class

HttpCache
Cache provides HTTP caching.

Namespace

Symfony\Component\HttpKernel\HttpCache

Code

public function getEsi() {
  return $this->esi;
}