Capacitor WebView Cache Extended
JSON →A Capacitor plugin that clears the Android WebView cache by invoking the native WebView.clearCache(true) method. Useful when images on the server are replaced but keep the same filename, causing the WebView to show stale cached images. Version 3.0.0 requires @capacitor/core ^6.0.0. The plugin is minimal, focused on a single method, and ships TypeScript types. It currently only supports Android.