CACHE_TEMPORARY

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

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

File

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

Code

define('CACHE_TEMPORARY', -1)
Login or register to post comments