constant APDQC_CALL_HOOK_ON_CLEAR in Asynchronous Prefetch Database Query Cache 7
If TRUE call apdqc_cache_clear_alter() & apdqc_cache_clear() on cache clear.
2 uses of APDQC_CALL_HOOK_ON_CLEAR
- APDQCache::callCacheClearHooks in ./
apdqc.cache.inc - Allow for 3rd party modules to react to cache clear calls.
- APDQCache::clear in ./
apdqc.cache.inc - Implements DrupalCacheInterface::clear().
File
- ./
apdqc.cache.inc, line 25 - Extends Drupal's default database cache so async queries happen.
Code
define('APDQC_CALL_HOOK_ON_CLEAR', FALSE);