CACHE_DISABLED

in includes/bootstrap.inc

Indicates that page caching is disabled.

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