constant CACHE_BOOTSTRAP_PREFETCH in Asynchronous Prefetch Database Query Cache 7
Set to FALSE in order to not prefetch all of the cache_bootstrap cache bin.
2 uses of CACHE_BOOTSTRAP_PREFETCH
- APDQCache::getMultiple in ./
apdqc.cache.inc - Implements DrupalCacheInterface::getMultiple().
- apdqc_async_data in ./
apdqc.mysql.inc - Used to get & parse async cached data.
File
- ./
apdqc.cache.inc, line 20 - Extends Drupal's default database cache so async queries happen.
Code
define('CACHE_BOOTSTRAP_PREFETCH', TRUE);