drupal-cache

How do I empty Drupal Cache (without Devel)

Okay... Seems i can't find it with google... so here you go SO ;) How do i empty the drupal caches: without the Devel module without running some PHP Statement in a new node etc. without going into the database itself Effectively, how do you instruct a luser to clear his caches ...

Are Drupal theme settings cached?

i want to change theme_username, a core theme function that outputs that dreadful "not verified" string on users who are not logged in (when they comment, for example). i want a checkbox in admin/build/themes/settings/MYTHEME to change that. but since that theme function gets called a lot, will it hurt the performance of any site using m...

How to refresh a cached Drupal page?

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 minute...