/**
  * Wrapper to drop all cached ESI/SSI elements
  */
 public function clearSsiCache()
 {
     $this->cache->clearSsiCache();
 }