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. 6.x includes/bootstrap.inc \CACHE_TEMPORARY

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

4 uses of CACHE_TEMPORARY
CacheClearCase::testMinimumCacheLifetime in modules/simpletest/tests/cache.test
Test minimum cache lifetime.
drupal_page_set_cache in includes/common.inc
Stores the current page in the cache.
drupal_render_cache_by_query in includes/common.inc
Prepares an element for caching based on a query.
_block_render_blocks in modules/block/block.module
Render the content and subject for a set of blocks.

File

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

Code

define('CACHE_TEMPORARY', -1);