CACHE_PERMANENT

Definition

includes/bootstrap.inc

Description

Indicates that the item should never be removed unless explicitly told to using cache_clear_all() with a cache ID.

Code

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

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.