You are here

constant CACHE_TEMPORARY in Drupal 6

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

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

2 uses of CACHE_TEMPORARY
block_list in modules/block/block.module
Return all blocks in the specified region for the current user.
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);