View.clearCache()

Overview

Clears the WebView cache for all sessions and tabs in Velocity. This may result in lost data for other sessions.

Added in version 2.1.32

Format

View.clearCache();

Example

Copy
/* Clears the RAM and Internal File Storage Cache for all Sessions.
 */
 
View.clearCache();