constant CACHE_TEMPORARY

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

3 uses of CACHE_TEMPORARY
CacheClearCase::testMinimumCacheLifetime in drupal/modules/simpletest/tests/cache.test
Test minimum cache lifetime.
drupal_page_set_cache in drupal/includes/common.inc
Stores the current page in the cache.
_block_render_blocks in drupal/modules/block/block.module
Render the content and subject for a set of blocks.

File

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

Code

define('CACHE_TEMPORARY', -1);