static Future<File> getCachedFile(String url) async { return await instance.getSingleFile(url, key: key + url); }