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
Code
define('CACHE_TEMPORARY', -1);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.