CACHE_TEMPORARY

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

drupal/includes/bootstrap.inc, line 39

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