标签: android caching get jsoup
我在我的应用中的不同位置发出相同的请求
Document doc = Jsoup.connect("https://www.sampleURL.com") .get();
有没有办法缓存get请求?
答案 0 :(得分:0)
您可以在标头中传递Cache-Control = cache来缓存GET请求