You are here

constant DRUPAL_BOOTSTRAP_LATE_PAGE_CACHE in Drupal 5

Same name and namespace in other branches
  1. 6 includes/bootstrap.inc \DRUPAL_BOOTSTRAP_LATE_PAGE_CACHE

Sixth bootstrap phase: load bootstrap.inc and module.inc, start the variable system and try to serve a page from the cache.

2 uses of DRUPAL_BOOTSTRAP_LATE_PAGE_CACHE
_drupal_bootstrap in includes/bootstrap.inc
_drupal_cache_init in includes/bootstrap.inc
Initialize the caching strategy, which loads at different stages within Drupal's bootstrap process.

File

includes/bootstrap.inc, line 84
Functions that need to be loaded on every Drupal request.

Code

define('DRUPAL_BOOTSTRAP_LATE_PAGE_CACHE', 5);