CACHE_DISABLED

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

Indicates that page caching is disabled.

File

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

Code

define('CACHE_DISABLED', 0)
Login or register to post comments