Definition

drupal-5/includes/bootstrap.inc

Description

Indicates that page caching is enabled, using "normal" mode.

Code

<?php
define('CACHE_NORMAL', 1);
?>