zyra / ionic-image-loader

Ionic 2+ Component that loads images in a background thread and caches them for later use
MIT License
435 stars 137 forks source link

Custome cache key #204

Open zdd opened 6 years ago

zdd commented 6 years ago

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.

zvihersh commented 5 years ago

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