I've enabled the module and the menu cache is still active.

Debugging shows that the if (!function_exists('cache_get')) condition is not executing the block; in other words the core Drupal cache is already in place at this time.

Debugging in bootstrap.inc shows it's getting loaded at DRUPAL_BOOTSTRAP_EARLY_PAGE_CACHE, as the variable cache_inc is not found then.

Comments

traxer’s picture

Status: Active » Closed (duplicate)