# clearCache

清除App缓存

# 接口调用示例

this.$bridge.clearCache().then(res => {
    console.log(res)
})
1
2
3