标签: php caching
在我的服务器上,我有多个不同名称的文件夹。每个文件夹都包含一个图像“data.png”。即使名称相同,浏览器是否会单独缓存不同文件夹的图像?它是否使用URL而不是图像名称?
答案 0 :(得分:0)
Will the browser cache images of different folders separately even though the name is same?
是。缓存中的图像是URL队列。