Skip to content

Instantly share code, notes, and snippets.

@salmaanahmed
Created February 21, 2019 10:26
Show Gist options
  • Save salmaanahmed/b71bcc815f0f4939394b63fd91e6c8cd to your computer and use it in GitHub Desktop.
Save salmaanahmed/b71bcc815f0f4939394b63fd91e6c8cd to your computer and use it in GitHub Desktop.
// This method must be called on the main thread.
Glide.get(context).clearMemory()
Thread(Runnable {
// This method must be called on a background thread.
Glide.get(context).clearDiskCache()
}).start()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment