标签: android android-volley
我在我的应用中使用Volley和GSON进行联网。我的应用程序中有个新闻。我想在下载最新内容时立即显示以前下载和缓存的结果。我尝试使用queue.getCache().get(url)访问缓存,但这始终为null。 如何在下载新内容时正确显示缓存结果?
queue.getCache().get(url)
答案 0 :(得分:0)
如果它始终为null,则表示该URL没有chache。确保没有使用setShouldCache关闭缓存。或者在响应的http头中是cache-control:no-cache或max-age = 0