Is it possible to use custome cache key instead of image url? since my image url including security tokens and the tokens will be expired after some time(1 hour for example) so the caching file will invalid too after 1 hour.
If this is possible, i can use the image url without the security token as the cache key to avoid token expired issue.
is there any progress with this?
i have the same issue,
i'm working with version 7.0.0-beta.2 and i haven't seen any option to set custom key for an image
Is it possible to use custome cache key instead of image url? since my image url including security tokens and the tokens will be expired after some time(1 hour for example) so the caching file will invalid too after 1 hour.
If this is possible, i can use the image url without the security token as the cache key to avoid token expired issue.