constant CACHE_PERMANENT

Same name and namespace in other branches
  1. 6.x drupal-6.x/includes/bootstrap.inc \CACHE_PERMANENT

Indicates that the item should never be removed unless explicitly selected.

The item may be removed using cache_clear_all() with a cache ID.

Archivo

drupal-7.x/includes/bootstrap.inc, line 48
Functions that need to be loaded on every Drupal request.

Código

define('CACHE_PERMANENT', 0)