CACHE_TEMPORARY

Definition

drupal/includes/bootstrap.inc

Description

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

Code

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