如何清除Ionic 4中的缓存

时间:2019-05-28 21:36:15

标签: angular ionic-framework ionic4

我正在Ionic 4和Angular中制作一个应用程序,我想清除缓存以免使用页面中的先前数据。我尝试这样做:

const headers = new Headers();
headers.append('Cache-control', 'no-cache');

有人碰巧知道如何实现这一目标吗?

0 个答案:

没有答案