fix bugs with image caching

Images in Notion expire after 24 hours so I have to store a copy on my end,

This means i also need to handle updates to the image if its changed since I last cached it.

I just added this part of cache invalidation and now all image block types just work