function system_clear_page_cache_submit

Submit callback; clear the page cache.

Related topics

1 string reference to 'system_clear_page_cache_submit'
system_performance_settings in modules/system/system.admin.inc
Form builder; Configure site performance settings.

File

modules/system/system.admin.inc, line 1805

Code

function system_clear_page_cache_submit($form, &$form_state) {
    cache_clear_all('*', 'cache_page', TRUE);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.