function qpcache_cron in QueryPath 6
Same name and namespace in other branches
- 7.3 qpcache/qpcache.module \qpcache_cron()
- 7.2 qpcache/qpcache.module \qpcache_cron()
Implements hook_cron().
Periodically prune dead entries from the cache.
File
- qpcache/
qpcache.module, line 40 - The main file for qpcache.
Code
function qpcache_cron() {
QPCache::prune();
}