You are here

apc.drush.inc in APC - Alternative PHP Cache 7

File

apc.drush.inc
View source
<?php

/**
 * Implements hook_drush_exit().
 */
function apc_drush_exit() {
  if (class_exists('DrupalAPCCache')) {
    DrupalAPCCache::remoteFlush();
  }
}

Functions

Namesort descending Description
apc_drush_exit Implements hook_drush_exit().