Same name and namespace in other branches
  1. 4.7.x includes/bootstrap.inc \CACHE_DISABLED
  2. 6.x includes/bootstrap.inc \CACHE_DISABLED

Indicates that page caching is disabled.

1 use of CACHE_DISABLED
system_performance_settings in modules/system/system.module

File

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

Code

define('CACHE_DISABLED', 0);