gpt4 book ai didi

AngularJS $http 缓存过期时间

转载 作者:行者123 更新时间:2023-12-03 23:42:52 25 4
gpt4 key购买 nike

你能为 Angular 的 $http 默认缓存系统设置一个过期时间吗?
我希望 URL 在缓存中保留 1 分钟,以便 1 分钟后对其发出的任何请求都可以从服务器获取新数据。

最佳答案

没有办法设置过期时间。但是你可以手动完成。您必须访问 $http 缓存:

var cache = $cacheFactory.get('$http');

并删除缓存的 url:
cache.remove(theUrl);

documentation了解更多信息。

关于AngularJS $http 缓存过期时间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21165282/

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