How does MUI clear the cache?

problem description

the web2app, packaged by MUI has used the official method of clearing the cache provided by mui, but it still can"t clear the cache, and some things can"t be updated.

plus.cache.clear (function () {

  alert("")

});

localStorage.clear();
sessionStorage.clear();
Mar.30,2021
Menu