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.

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

File

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

Code

define('CACHE_TEMPORARY', -1)