关于自动版本化静态内容的问题
根据我的理解,自动版本控制作为强制更新静态内容的一种方法将导致每次更新内容时缓存唯一的文件,可能会导致保存的内容的许多“副本”,除了其中一个之外的所有副本都将永远不会被保存。用过的。
这有问题吗?
From my understanding, auto-versioning as a method of forcing updates of static content will cause unique files to be cached every time the content is updated, potentially leading to many "copies" of the content saved, all but one of which will never be used.
Is this ever a problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不会。当缓存已满以及时间耗尽时,数据就会过期。
No. Caches expire data when they get full as well as when the time runs out on them.