Gets a cached file for a URL
static Future<String?> getCachedPath(String url) async { final fileInfo = await instance.getFileFromCache(url); return fileInfo?.file.path; }