constant CACHE_PERMANENT

  1. 7.x drupal-7.x/includes/bootstrap.inc CACHE_PERMANENT
  2. 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.

8 uses of CACHE_PERMANENT
cache_set in drupal-7.x/includes/cache.inc
Stores data in the persistent cache.
DrupalCacheInterface::set in drupal-7.x/includes/cache.inc
Stores data in the persistent cache.
DrupalDatabaseCache::clear in drupal-7.x/includes/cache.inc
Implements DrupalCacheInterface::clear().
DrupalDatabaseCache::garbageCollection in drupal-7.x/includes/cache.inc
Garbage collection for get() and getMultiple().
DrupalDatabaseCache::prepareItem in drupal-7.x/includes/cache.inc
Prepares a cached item.

... See full list

File

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

Code

define('CACHE_PERMANENT', 0)