在离子应用中清除缓存?

时间:2015-11-04 10:29:05

标签: angularjs ionic

我读了这么多博客,说它有

中的错误
$scope.logout = function() {

    $ionicHistory.clearCache();
    $ionicHistory.clearHistory();
    $state.go('home');

};

是否存在使用离子代码或使用某些角度代码清除缓存的任何解决方案?

1 个答案:

答案 0 :(得分:4)

使用此插件可以清除缓存

按照以下步骤

1)安装此插件 https://www.npmjs.com/package/cordova-plugin-cache

2)将此行写入要清除缓存的位置

window.cache.clear()