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.

2 uses of CACHE_PERMANENT
DrupalDatabaseCache::prepareItem in includes/cache.inc
Prepares a cached item.
drupal_render_cache_set in includes/common.inc
Caches the rendered output of a renderable element.

File

includes/bootstrap.inc, line 48

Code

define('CACHE_PERMANENT', 0);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.