Tutorial: System.clearCache

System.clearCache

Clears cached data containing window state/positions, application resource files (images, HTML, JavaScript files), cookies, and items stored in the Local Storage

Example

fin.System.clearCache().then(() => console.log('Cache cleared')).catch(err => console.log(err));