Clearing browser cache through script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-20-2016 01:25 PM
Hi there,
Is there a way to clear the browser cache through script instead of loading 'cache.do' page manually. Can somebody please help me on this?
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-20-2016 01:27 PM
Hello Sai,
This url(cache.do) will call a script that flushes your database cache and not browser cache.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-20-2016 01:52 PM
Thanks for your reply. Is there anyway to execute cache.do through script?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-20-2016 01:34 PM
A quick google search will show that it isn't possible through any traditional methods as it would be a huge security risk.
Can you give us some info on why you want this functionality? What are you working to accomplish?
https://youtube.com/watch?v=zYi8KhP9SUk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-20-2016 01:46 PM
Hi John,
I have created a home page with different reporting gauges and also with a ui page widget which display the users list as a drop-down. I have developed logic such that homepage will shows the data depending on the user selected in drop-down.This functionality is working fine only if i clear the cache manually whenever i select the different user.
This is because In our instance we have property Home page render cache enabled,which causing cache.I can not disable this property just for the sake of one homepage(as it is related with performance).So looking for a option of clearing cache using script,when user is on this selected homepage.
Thanks.