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