CACHE_DISABLED

Definition

drupal/includes/bootstrap.inc

Description

Indicates that page caching is disabled.

Code

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