You are here

constant CACHE_PERMANENT in Drupal 4

Same name and namespace in other branches
  1. 5 includes/bootstrap.inc \CACHE_PERMANENT
  2. 6 includes/bootstrap.inc \CACHE_PERMANENT
  3. 7 includes/bootstrap.inc \CACHE_PERMANENT

@file Functions that need to be loaded on every Drupal request.

2 uses of CACHE_PERMANENT
cache_clear_all in includes/bootstrap.inc
Expire data from the cache.
cache_get in includes/bootstrap.inc
Return data from the persistent cache.

File

includes/bootstrap.inc, line 8
Functions that need to be loaded on every Drupal request.

Code

define('CACHE_PERMANENT', 0);