static Future<File> getTempFile(String filename) => _cachePath.then( (cachePath) => File("$cachePath${Platform.pathSeparator}$filename"));