capacitor-cache-clear
v1.0.6
Published
A Capacitor plugin that provides methods to clear both WebView cache and app cache directory on Android and iOS platforms
Readme
capacitor-cache-clear
A Capacitor plugin that provides methods to clear both WebView cache and app cache directory on Android and iOS platforms
Install
npm install capacitor-cache-clear
npx cap syncAPI
clearAppCache()
clearAppCache() => Promise<void>clearWebViewCache()
clearWebViewCache() => Promise<void>