/**
  * Parses ESI directives internally if configured to do so
  * @param string $htmlCode HTML code to replace ESI directives in
  * @return string Parsed HTML code
  */
 public function internalEsiParsing($htmlCode)
 {
     return $this->cache->internalEsiParsing($htmlCode);
 }