cordova-plugin-cache-clear

JSON →
library 1.3.8 ·javascript abandoned
verified Jun 7, 2026

A Cordova plugin (v1.3.8, last updated 2017) that clears the WebView cache on Android and iOS. It exposes a single `window.CacheClear` function requiring a success and error callback. On iOS it deletes temporary files (downloaded images), while on Android it wipes persistent data including localStorage, stored files, and cache. Compatibility requires Cordova >=6.1.1 and Android >=4.1 or iOS >=6.0. No updates since 2017; not recommended for new projects.