You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use this bundle. It work fine for display.
But I can't figure how to clear specific Image cache correctly (without clear full cache).
I want to create a service like this one : stackoverflow.com/questions/27524336/update-and-remove-cached-image-using-liipimaginebundle#answer-28023595
But nothing work...
How can I remove the cache from the image I just replaced ?
Lets say I have some images entries :
image 1, with file 1.png, thumb/120x120/1.png, thumb/180x180/1.png
image 2, with file 2.png, thumb/120x120/2.png, thumb/180x180/2.png
If I update image 1, I want thumb/120x120/1.png and thumb/180x180/1.png to be removed but not thumb/120x120/2.png and thumb/180x180/2.png
Is it clear ? (sorry for my poor english :/ )
Thanks in advance for your help...
The text was updated successfully, but these errors were encountered:
@jorismulliez I am going through all issues to sort and prioritise. Is this still an issue for you? Since this is so old, please open a new issue if that is the case and we will prioritise accordingly. Thanks a lot! :)
Hi all,
I'm trying to use this bundle. It work fine for display.
But I can't figure how to clear specific Image cache correctly (without clear full cache).
I want to create a service like this one : stackoverflow.com/questions/27524336/update-and-remove-cached-image-using-liipimaginebundle#answer-28023595
But nothing work...
How can I remove the cache from the image I just replaced ?
Lets say I have some images entries :
If I update image 1, I want thumb/120x120/1.png and thumb/180x180/1.png to be removed but not thumb/120x120/2.png and thumb/180x180/2.png
Is it clear ? (sorry for my poor english :/ )
Thanks in advance for your help...
The text was updated successfully, but these errors were encountered: