Clear App Cache
This allows you to clear the application cache through a function.
window.WTN.clearAppCache({ cacheOnly: true, reload: false });window.WTN.clearAppCache({ cacheOnly: true, reload: true });window.WTN.clearAppCache({ cacheOnly: false, reload: true });import { clearAppCache } from "webtonative";
clearAppCache({ cacheOnly: true, reload: false });clearAppCache({ cacheOnly: true, reload: true });clearAppCache({ cacheOnly: false, reload: true });Key
Type
Description
Last updated