- drupal
Indicates that the item should never be removed unless explicitly selected.
The item may be removed using cache_clear_all() with a cache ID.
File
- includes/
bootstrap.inc, line 33 - Functions that need to be loaded on every Drupal request.
Code
define('CACHE_PERMANENT', 0)
Login or register to post comments