gpt4 book ai didi

javascript - framework7 防止缓存页面数据

转载 作者:行者123 更新时间:2023-11-28 04:48:47 25 4
gpt4 key购买 nike

我想阻止 Framework 7 中所有应用程序的页面缓存。我可以在此处添加任何选项吗

var myApp = new Framework7({
material: true //enable Material theme
})

或者可以让我永久停止缓存的功能。

最佳答案

你可以设置cache: false

var myApp = new Framework7({
cache: false /* disable caching */
})

或者(如果它更适合您的应用程序)您可以将其持续时间设置为零,设置 cacheDuration: 0 如下

var myApp = new Framework7({
cacheDuration: 0 /* set caching expire time to 0 */
})

可以引用http://framework7.io/docs/init-app.html了解更详细的规范。

关于javascript - framework7 防止缓存页面数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38413716/

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