reloadFrame() for Salesforce Classic

Usage 

Reloads the frame that contains the page making the call. This method is available only if the record is displayed with a feed-based layout. This method is available in API version 34.0 or later.

Syntax 

1sforce.interaction.entityFeed.reloadFrame()

Arguments 

None.

Sample Code–JavaScript 

1<apex:page standardController="Case">
2    <apex:includeScript value="/support/api/34.0/interaction.js"/>
3    <a href"javascript:void(0); onclick="sforce.interaction.entityFeed.reloadFrame();">
4    Reload</a>
5</apex:page>

Response 

None.