I am using image renditions for rendering images of various sizes
When i check the network, it shows that the images that are from PublishingImages (images that use image Rendition) are having an http status of 304 (other images from other places like style library etc are having 200)
The other images are being loaded from cache where as images that use image rendering i.e ...../ImageName?RenditionID=x are not loaded from cache
Is there a way where i can use cache for these images too?