Purge native WebView cache, local databases, and temporary files.
Purge app cache, temporary storage files, and cached web resources on demand. This forces the WebView to re-download all assets on next page load.
import nativine from 'nativine';
await nativine.cache.clear();
Use this when deploying critical web updates to ensure users see fresh content without stale cached resources.