Same name and namespace in other branches
  1. 4.6.x includes/bootstrap.inc \CACHE_TEMPORARY
  2. 4.7.x includes/bootstrap.inc \CACHE_TEMPORARY
  3. 5.x includes/bootstrap.inc \CACHE_TEMPORARY
  4. 7.x includes/bootstrap.inc \CACHE_TEMPORARY

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

1 use of CACHE_TEMPORARY
page_set_cache in includes/common.inc
Store the current page in the cache.

File

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

Code

define('CACHE_TEMPORARY', -1);