Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
从我目前的实验来看,Volley 似乎仅基于 URL 访问其缓存。我想知道它是否也可以根据 URL 和请求正文数据的组合确定它应该返回哪个响应。
是否有一个设置,或者我可以自己实现它的扩展点。
我看不到请求正文数据在 NetworkResponse 对象中返回的任何地方,或者我会在 parseNetworkResponse 方法中进行检查。
谢谢
在实现自定义请求时,您还必须覆盖Request.getCacheKey()方法以包含请求正文。
Request.getCacheKey()