Home | History | Annotate | Download | only in http

Lines Matching refs:cacheDir

34     private File cacheDir;
40 cacheDir = new File(tmp, "HttpCache-" + UUID.randomUUID());
50 HttpResponseCache installed = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024);
57 HttpResponseCache first = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024);
58 HttpResponseCache another = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024);
63 HttpResponseCache first = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024);
64 HttpResponseCache another = HttpResponseCache.install(cacheDir, 8 * 1024 * 1024);
87 HttpResponseCache cache = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024);
97 HttpResponseCache cache = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024);
103 HttpResponseCache cache = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024);
113 HttpResponseCache cache = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024);