Community Documentation

CACHE_TEMPORARY

  1. drupal
    1. 4.6 bootstrap.inc
    2. 4.7 bootstrap.inc
    3. 5 bootstrap.inc
    4. 6 bootstrap.inc
    5. 7 bootstrap.inc
    6. 8 bootstrap.inc

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

File

includes/bootstrap.inc, line 17
Functions that need to be loaded on every Drupal request.

Code

<?php
define('CACHE_TEMPORARY', -1)
?>
Login or register to post comments