CACHE_DISABLED

Indicates that page caching is disabled.

drupal/includes/bootstrap.inc, line 23

<?php
define('CACHE_DISABLED', 0)
?>