We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Volley.newNoCacheRequestQueue()是带有LruCache缓存不带有DisCache缓存。 Volley.newRequestQueue()是两个都带有是吗?
The text was updated successfully, but these errors were encountered:
NoCache指的是NoDiskCache。memCache只在ImageLoader中使用。 setShouldCache是Request方法,用来设置某个Request不用DiskCache。newNoCacheRequestQueue是全局配置,表示这个RequestQueue下的所有Request都不用DiskCache
Sorry, something went wrong.
为啥不设置这个属性setShouldCache(false).
一个针对所有加入Queue的Request,一个针对单个Request
No branches or pull requests
Volley.newNoCacheRequestQueue()是带有LruCache缓存不带有DisCache缓存。
Volley.newRequestQueue()是两个都带有是吗?
The text was updated successfully, but these errors were encountered: