constant CACHE_DISABLED in Drupal 5
Same name and namespace in other branches
- 4 includes/bootstrap.inc \CACHE_DISABLED
- 6 includes/bootstrap.inc \CACHE_DISABLED
Indicates that page caching is disabled.
2 uses of CACHE_DISABLED
- system_performance_settings in modules/
system/ system.module - _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 22 - Functions that need to be loaded on every Drupal request.
Code
define('CACHE_DISABLED', 0);