constant CACHE_PERMANENT
Same name and namespace in other branches
- 7.x drupal-7.x/includes/bootstrap.inc \CACHE_PERMANENT
Indicates that the item should never be removed unless explicitly told to using cache_clear_all() with a cache ID.
Archivo
- drupal-6.x/
includes/ bootstrap.inc, line 12 - Functions that need to be loaded on every Drupal request.
Código
define('CACHE_PERMANENT', 0)