function apc_drush_exit in APC - Alternative PHP Cache 7
Implements hook_drush_exit().
File
- ./
apc.drush.inc, line 7
Code
function apc_drush_exit() {
if (class_exists('DrupalAPCCache')) {
DrupalAPCCache::remoteFlush();
}
}
Implements hook_drush_exit().
function apc_drush_exit() {
if (class_exists('DrupalAPCCache')) {
DrupalAPCCache::remoteFlush();
}
}