constant REGISTRY_WRITE_LOOKUP_CACHE in Drupal 7
Signals that the registry lookup cache should be written to storage.
2 uses of REGISTRY_WRITE_LOOKUP_CACHE
- drupal_page_footer in includes/
common.inc - Performs end-of-request tasks.
- _registry_check_code in includes/
bootstrap.inc - Checks for a resource in the registry.
File
- includes/
bootstrap.inc, line 242 - Functions that need to be loaded on every Drupal request.
Code
define('REGISTRY_WRITE_LOOKUP_CACHE', 2);