CACHE_NORMAL

Definition

files/drupal-6.7/includes/bootstrap.inc

Description

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

Code

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