take Chestnut as an example. APP, pages like Today"s profile portrait are all made up of pieces of news, and each piece of news can interact with each other, such as likes and comments. Then the data on such pages must have been cached by CDN. Then my question is: for example, if I like or comment on a certain news, then although the actual data have already performed likes and comments, What if I make sure that my page is refreshed with a status that has been liked and commented on? If there is no CDN in the middle, then we may trigger to update the relevant content data. I don"t know how you are dealing with this.