Created
June 4, 2022 14:30
-
-
Save molidev8/5cbc2da445dd0c58cb4f95f95c4b034e to your computer and use it in GitHub Desktop.
How to skip Glilde caching
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Glide | |
.with(context) | |
.load("someURL") | |
.diskCacheStrategy(DiskCacheStrategy.NONE) | |
.into(someView) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment