pub fn get_cached_string<U, P>( url: U, cached_path: P, ) -> Query<Result<SourceFile>>where U: 'static + Clone + AsRef<str> + Send + Sync, P: Into<Path>,