CACHE_NORMAL

  1. drupal
    1. 5 includes/bootstrap.inc
    2. 6 includes/bootstrap.inc

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

File

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

Code

define('CACHE_NORMAL', 1)
Login or register to post comments