CACHE_NORMAL

in includes/bootstrap.inc

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

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