You are here

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();
  }
}