You are here

Constants in Asynchronous Prefetch Database Query Cache 7

Primary tabs

Namesort descending Location Description Direct uses Strings
APDQC_CACHE_DEFAULT_COMPRESS ./apdqc.cache.inc Cache bins will be compressed. 1 serialized data, 2 all data. 1 1
APDQC_CACHE_DEFAULT_COMPRESSION_LEVEL ./apdqc.cache.inc Gzip compression level; default is 9. 1 1
APDQC_CALL_HOOK_ON_CLEAR ./apdqc.cache.inc If TRUE call apdqc_cache_clear_alter() & apdqc_cache_clear() on cache clear. 2 1
APDQC_CRON_FREQUENCY ./apdqc.module How long to wait until apdqc cron will run again. Default is 24 hours. 1 1
APDQC_CRON_TIMESTAMP ./apdqc.module Last time cron was ran. 1 1
APDQC_DBLOG_WATCHDOG ./apdqc.module Should we use async database connection to write to watchdog table. 1 1
APDQC_ENTITY_LOAD_SKIP_NULL ./apdqc.module TRUE if APDQC will skip NULL entity loads. 1 1
APDQC_INNODB ./apdqc.module TRUE if APDQC altered the cache table engine to be innodb. 1 1
APDQC_INNODB_FILE_PER_TABLE ./apdqc.module OFF if APDQC checked and innodb_file_per_table was off at that time. 2 1
APDQC_INSTALL_IGNORE_MYSQL_VERSION ./apdqc.module Set to TRUE to ignore the MySQL version checking on status report page. 1 1
APDQC_PREFETCH ./apdqc.module Should this code try to prefetch cids before they are needed. 3 3
APDQC_PREFETCH_VIEWS_UNPACK ./apdqc.module Set to TRUE to prefetch all views unpack cached items. 2 1
APDQC_SEMAPHORE_MEMORY ./apdqc.module TRUE if APDQC altered the semaphore table. 1 1
APDQC_SEMAPHORE_SCHEMA ./apdqc.module TRUE if APDQC altered the semaphore table schema. 1
APDQC_SESSIONS_SCHEMA ./apdqc.module TRUE if APDQC altered the sessions table schema. 2 1
APDQC_TABLE_COLLATIONS ./apdqc.module TRUE if APDQC altered the cache table collations. 4 1
APDQC_TABLE_INDEXES ./apdqc.module TRUE if APDQC altered the cache table indexes. 3 1
APDQC_USE_UNION_QUERY ./apdqc.cache.inc If TRUE a union query will be used when prefetching cache bin data. 1 1
BASE_LOCK_INC ./apdqc.lock.inc Location of the base lock file. 1 1
CACHE_BOOTSTRAP_PREFETCH ./apdqc.cache.inc Set to FALSE in order to not prefetch all of the cache_bootstrap cache bin. 2 1
CACHE_GARBAGE_COLLECTION_FREQUENCY ./apdqc.cache.inc How long to wait until garbage collection is done on the cache bin. 5 2
CACHE_NO_TRUNCATE ./apdqc.cache.inc Set to TRUE in order to run DELETE instead of TRUNCATE on all cache bins. 1 1

Other projects