constant CACHE_TEMPORARY

  1. 7.x drupal-7.x/includes/bootstrap.inc CACHE_TEMPORARY
  2. 6.x drupal-6.x/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 drupal-6.x/modules/block/block.module
Return all blocks in the specified region for the current user.
page_set_cache in drupal-6.x/includes/common.inc
Store the current page in the cache.

File

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

Code

define('CACHE_TEMPORARY', -1)