You are here

constant CACHE_GARBAGE_COLLECTION_FREQUENCY in Asynchronous Prefetch Database Query Cache 7

How long to wait until garbage collection is done on the cache bin.

5 uses of CACHE_GARBAGE_COLLECTION_FREQUENCY
APDQCache::clear in ./apdqc.cache.inc
Implements DrupalCacheInterface::clear().
APDQCache::garbageCollection in ./apdqc.cache.inc
Generic garbage collection method.
APDQCache::getMultiple in ./apdqc.cache.inc
Implements DrupalCacheInterface::getMultiple().
APDQCache::set in ./apdqc.cache.inc
Implements DrupalCacheInterface::set().
apdqc_admin_get_settings in ./apdqc.admin.inc
Return the admin settings form for apdqc.

File

./apdqc.cache.inc, line 10
Extends Drupal's default database cache so async queries happen.

Code

define('CACHE_GARBAGE_COLLECTION_FREQUENCY', 3600);