Skip to content

Instantly share code, notes, and snippets.

@molidev8
Created June 4, 2022 14:30
Show Gist options
  • Save molidev8/5cbc2da445dd0c58cb4f95f95c4b034e to your computer and use it in GitHub Desktop.
Save molidev8/5cbc2da445dd0c58cb4f95f95c4b034e to your computer and use it in GitHub Desktop.
How to skip Glilde caching
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