constant CACHE_TEMPORARY in Drupal 5
Same name and namespace in other branches
- 4 includes/bootstrap.inc \CACHE_TEMPORARY
- 6 includes/bootstrap.inc \CACHE_TEMPORARY
- 7 includes/bootstrap.inc \CACHE_TEMPORARY
Indicates that the item should be removed at the next general cache wipe.
1 use of CACHE_TEMPORARY
- page_set_cache in includes/
common.inc - Store the current page in the cache.
File
- includes/
bootstrap.inc, line 17 - Functions that need to be loaded on every Drupal request.
Code
define('CACHE_TEMPORARY', -1);