Is it possible to let Drupal refresh one particular cached page?
Currently, one page of our site shows some dynamic table data by Table Wizard. After some update in MySQL table, the page does not fresh.
I assume it's due to the site caching is on (Caching mode is set to: Normal). For anonymous users, the page refresh sort of 60 minutes later.
Instead of clearing the whole site's cache, is there a way to let Drupal refresh only one page? Thanks!