You are here

function apdqc_form_system_performance_settings_alter in Asynchronous Prefetch Database Query Cache 7

Implements hook_form_FORM_ID_alter().

Give more detail on cache-related variables and expose cache_garbage_collection_frequency variable provided by this module.

File

./apdqc.module, line 253
Asynchronous Prefetch Database Query Cache module.

Code

function apdqc_form_system_performance_settings_alter(&$form, &$form_state) {
  module_load_include('admin.inc', 'apdqc');
  apdqc_admin_system_performance_settings_form($form, $form_state);
}