You are here

constant CACHE_NORMAL in Drupal 5

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

Indicates that page caching is enabled, using "normal" mode.

1 use of CACHE_NORMAL
_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 27
Functions that need to be loaded on every Drupal request.

Code

define('CACHE_NORMAL', 1);