$http.get('http://server/myapi', {
cache: true
}).success(function() {//處理成功的情況});
$http.get 新增了緩存,我請求記錄,第一次請求網址上得數據,之後我刷新了很多次再也不會請求數據了。 。這裡快取的更新機制是什麼?在什麼情況下能再取得網址上得數據?
大家讲道理2017-05-15 16:58:50
保存cache
var $httpDefaultCache = $cacheFactory.get('$http');
然後你就可以控制了
$httpDefaultCache.remove(key);
// key 就是你的url 例如 /api/user/current/51a9020d91799f1e9b8db12f