/**
  * Returns the validated file search parts of the URL
  * @param string $url URL to parse
  * @return array <fileNamePrefix>=><parsedValue> type array
  */
 public function getCacheFileNameSearchPartsFromUrl($urlPattern)
 {
     return $this->cache->getCacheFileNameSearchPartsFromUrl($urlPattern);
 }