You are here

constant CACHE_TEMPORARY in Drupal 7

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

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

3 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.
_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);