-
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
Clearing cache for particular url without loading the image #1117
Comments
You cannot remove individual images from the cache, even the code you quoted doesn't remove the old versions of Actually looking more into the above code it looks like that always downloads a new version AND saves the data into local cache, but that file will never be re-used because the signature always changes: |
I am using 4.2.0 version of glide library but StringSignature class is missing from it. How can I avoid caching for a perticular URI from internal stoarge in this case. |
1 similar comment
I am using 4.2.0 version of glide library but StringSignature class is missing from it. How can I avoid caching for a perticular URI from internal stoarge in this case. |
Is it possible to clear cache of particular image with out loading the image to imageView. I know we can clear image like this:
but I would like to know is it possible to clear particular image url cache without loading the image to imageView object if so how do I do it?
The text was updated successfully, but these errors were encountered: