-
Notifications
You must be signed in to change notification settings - Fork 6.1k
New issue
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
Is there an API for skipping cache ? #21
Labels
Comments
There isn't currently an api for skipping the cache for specific requests. You can disable the cache entirely (or change its implementation). Check out https://github.com/bumptech/glide/wiki/ImageManager-Options for more info |
I'm going to close this for now. If you want to try to implement something please do so and feel free to reopen this or create a new issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a special requirement where I dont need to cache the images, do Glide has something like Picasso.skipcache() ?
The text was updated successfully, but these errors were encountered: