/**
  * Gets the local cache file name for an URL
  * @param string $url URL to get file name for
  * @return string File name
  */
 public function getCacheFileNameFromUrl($urlPattern, $withCacheInfoPart = true)
 {
     return $this->cache->getCacheFileNameFromUrl($urlPattern, $withCacheInfoPart);
 }