getCacheDir(), "okhttpCache"); 41 int cacheSize = 10 * 1024 * 1024; // 10 MiB 42 Cache cache = new Cache(httpCacheDirectory, cacheSize); 43 OkHttpClient ...
確定! 回上一頁