why disable browser cache in media library?

Why disable browser in media library? Each time I browse the media library, the preview takes a long time to load.
I found that no ‘withFileCaching={false}’ prop in ‘strapi-plugin-upload/admin/src/components/List/index.js’.
Can the cache be turned on, and what will happen if it is turned on?

I’m not able to find the line you are referring to, can you specify the line?

What I mean is to add the withFileCaching attribute to the Card component to enable the picture to be cached normally, but there is no such attribute now.

Now in the Media Library, every time you open or turn the page, the preview image will reload, the experience is not very good.