constant CACHE_NO_TRUNCATE in Asynchronous Prefetch Database Query Cache 7
Set to TRUE in order to run DELETE instead of TRUNCATE on all cache bins.
1 use of CACHE_NO_TRUNCATE
- apdqc_truncate_table in ./
apdqc.mysql.inc - Empties out a database table in a non metadata locking fashion.
File
- ./
apdqc.cache.inc, line 15 - Extends Drupal's default database cache so async queries happen.
Code
define('CACHE_NO_TRUNCATE', FALSE);