cipherdevgroup/carelib

Image cache key isn't unique enough

Closed this issue · 1 comments

Sometimes when the arguments for loading an image are similar, the cache key is mistakenly reused for a different version of the same image. We need to make sure the cache key is unique enough that each iteration of the image is loaded correctly.

This seems good. Thanks @jocastaneda for the sanity check.