You are here

constant AUTOLOAD_REGISTRY_RESET_LOOKUP_CACHE in Autoload 6.2

Signals that the registry lookup cache should be reset.

2 uses of AUTOLOAD_REGISTRY_RESET_LOOKUP_CACHE
_autoload_registry_check_code in ./autoload.module
Helper to check for a resource in the registry.
_autoload_registry_update in ./autoload.registry.inc
Does the work for autoload_registry_update().

File

./autoload.module, line 6

Code

define('AUTOLOAD_REGISTRY_RESET_LOOKUP_CACHE', 1);