CACHE_NORMAL

Definition

includes/bootstrap.inc

Description

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

Code

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

Drupal is a registered trademark of Dries Buytaert.