gpt4 book ai didi

android - HTTP静态资源永远缓存策略

转载 作者:塔克拉玛干 更新时间:2023-11-02 09:01:02 28 4
gpt4 key购买 nike

Effective Android HTTP杰西·威尔逊提到了以下内容:

Serving static resources like images? Use a permanent URL and let it cache forever

我正在使用 Picasso具有特定的 OkHttp用于获取和缓存图像的实例。我想知道如何设置 let it cache forever 策略?

我只能考虑用尽可能高的值覆盖 HTTP 缓存控制 header max-stale (Cache-Control: max-stale=),还有其他(更好的)方法吗?

最佳答案

最好的方法是配置您的服务器以包含一个很长的 max-age。例如,使用此 header 指定 365 天:

Cache-Control: max-age=31536000

如果你想在客户端启用无限缓存,你可以使用一个长的max-stale:

Cache-Control: max-stale=31536000

关于android - HTTP静态资源永远缓存策略,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23257725/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com