constant REGISTRY_WRITE_LOOKUP_CACHE

Signals that the registry lookup cache should be written to storage.

2 uses of REGISTRY_WRITE_LOOKUP_CACHE
drupal_page_footer in drupal/includes/common.inc
Performs end-of-request tasks.
_registry_check_code in drupal/includes/bootstrap.inc
Checks for a resource in the registry.

File

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

Code

define('REGISTRY_WRITE_LOOKUP_CACHE', 2);