http.get的Angular 2刷新缓存

时间:2017-05-05 08:20:13

标签: angular http caching get browser-cache

似乎我的http.get缓存了它获得的网站。我必须强制清除缓存(CTRL + F5)才能获得最新版本。并想知道如何让它自动清除缓存?此外,我无权访问其他网站(无法设置标题:/)

谢谢!

我使用的代码:

public getNews(): Observable<News[]> {
  // return this.http.get('URLTOHTML', )
             .map(res => Object(res.json()));
}

行为:当我用CTRL + F5

强制清除缓存时,它只获取最新数据

0 个答案:

没有答案