使Restangular缓存响应无效

时间:2015-03-02 19:51:23

标签: angularjs get restangular

我有这段代码,所以我的GET请求被缓存了。

RestangularConfigurer.setDefaultHttpFields({cache: true});

我想在一小时后使回复无效。怎么做?

1 个答案:

答案 0 :(得分:0)

$cacheFactory.get('http').remove('http://urlToRemove')

当然,你的控制器需要注入$ cacheFactory才能得到它。