constant CACHE_PERMANENT in Drupal 4
Same name and namespace in other branches
- 5 includes/bootstrap.inc \CACHE_PERMANENT
- 6 includes/bootstrap.inc \CACHE_PERMANENT
- 7 includes/bootstrap.inc \CACHE_PERMANENT
@file Functions that need to be loaded on every Drupal request.
2 uses of CACHE_PERMANENT
- cache_clear_all in includes/
bootstrap.inc - Expire data from the cache.
- cache_get in includes/
bootstrap.inc - Return data from the persistent cache.
File
- includes/
bootstrap.inc, line 8 - Functions that need to be loaded on every Drupal request.
Code
define('CACHE_PERMANENT', 0);