CACHE_TEMPORARY

Definition

includes/bootstrap.inc

Description

Indicates that the item should be removed at the next general cache wipe.

Code

<?php
define('CACHE_TEMPORARY', -1);
?>
 
 

Drupal is a registered trademark of Dries Buytaert.