We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First of all AlamofireImage is awesome.
My code looks like this
let size = imageView.frame.size imageView.af_setImageWithURL( url, placeholderImage: placeholderImage, filter: MyFilter(size: size), imageTransition: .CrossDissolve(0.2) )
Often I would like to remove all images for a particular url, because the user have performed a destructive action, that may invalidate thumbnails.
Internally the identifier that it's being used is http://example.com/thumbnail/42-MyFilter-size:(60x60)
http://example.com/thumbnail/42-MyFilter-size:(60x60)
I would like to remove everything that starts with http://example.com/thumbnail/42
http://example.com/thumbnail/42
The text was updated successfully, but these errors were encountered:
Hi @neoneye, I'm going to close this issue out. Let's redirect all future comments to #106.
Sorry, something went wrong.
[Issue #105] Image cache can now remove images matching a request.
8fd54a9
cnoon
No branches or pull requests
First of all AlamofireImage is awesome.
My code looks like this
Often I would like to remove all images for a particular url, because the user have performed a destructive action, that may invalidate thumbnails.
Internally the identifier that it's being used is
http://example.com/thumbnail/42-MyFilter-size:(60x60)
I would like to remove everything that starts with
http://example.com/thumbnail/42
The text was updated successfully, but these errors were encountered: