获取应用缓存目录
static Future<Directory> appCacheDir() async { return await getApplicationCacheDirectory(); }