gpt4 book ai didi

angularjs - angularjs 中是否默认启用缓存?

转载 作者:行者123 更新时间:2023-12-02 01:31:19 26 4
gpt4 key购买 nike

我是 angularjs 的新手,根据这个 documentation为了在 $http 服务中使用缓存,我们最多将此选项添加到配置中:

$http({
method : "GET",
url : "somehost/somepath",
cache : true
}) ;

witch 意味着默认情况下禁用缓存,但在现实世界中,当我使用此配置时:

  $http({
method : "GET",
url : "somehost/somepath"
}) ;

我看到这个结果: enter image description here

如何关闭这个缓存系统?

最佳答案

这是浏览器缓存,浏览器缓存了结果而不是 AngularJS,这是根据 HTTP protocol 允许的.您可以控制在应用程序后端缓存的内容和数量。

处理文件缓存的典型方法是版本控制(或“更新”它们),如果文件具有不同的 URL,浏览器将不会从其缓存中加载它。

关于angularjs - angularjs 中是否默认启用缓存?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34222631/

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