pub fn get_cache_item<'a>(
    path: &Path,
    cache: &'a mut Cache
) -> Result<(String, &'a CacheItem)>