Flex:加载程序如果已加载则不加载?

发布于 2024-09-14 01:04:45 字数 40 浏览 6 评论 0原文

有没有办法检查您正在加载的内容是否已经在内存中并且不需要再次加载?

Is there some way to check if what you are loading is already in memory and don't need to be loaded a second time?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

自此以后,行同陌路 2024-09-21 01:04:45

我相信这不是问题。这种“加载”是由浏览器的缓存处理的。如果您加载图像,然后再次加载它并检查该场景中的网络流量,那么您实际上只会请求并下载该图像一次。

I believe this is a non-issue. That sort of "loading" is handled by the browser's cache. If you load an image and then go to load it again and inspect the network traffic during that scenario, you will only really request and download the image once.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文