Rank 2: Process
I have a component that fetches an image from Appwrite Storage every time that it is mounted, I would like to have this image stored to a svelte-store cache similar to the one i use for auth state, but the URL object that's returned doesn't seem to have an id that i can reference to be able to retrieve this image from cache (if i somehow manage to create a cache for it that is).
Any suggestions for an image caching solution?
---EDIT---
Just realized it's not exactly the right server for this question, but hoping i can still get some tips