constant APDQC_PREFETCH in Asynchronous Prefetch Database Query Cache 7
Should this code try to prefetch cids before they are needed.
3 uses of APDQC_PREFETCH
- APDQCache::getMultiple in ./
apdqc.cache.inc - Implements DrupalCacheInterface::getMultiple().
- apdqc_admin_get_settings in ./
apdqc.admin.inc - Return the admin settings form for apdqc.
- apdqc_run_prefetch_array in ./
apdqc.cache.inc - Prefetch data from a cache table.
File
- ./
apdqc.module, line 10 - Asynchronous Prefetch Database Query Cache module.
Code
define('APDQC_PREFETCH', TRUE);