So I am making a carousel with images that come a from source like this one http://lorempixel.com/214/317/?t=1
Everytime you make request to this endpoint a different image shows, but I dont understand why when the img with a source like the previous one , after it has been mounted , then dismounted, and when its mounted again it makes the request to the exact same URL , I thought it was supposed to cache it and get the image from memory.. How can I cache this image ? is there a way to preload the image without mounting the component that contains it ? thanks