apc.drush.inc in APC - Alternative PHP Cache 7
File
apc.drush.incView source
<?php
/**
* Implements hook_drush_exit().
*/
function apc_drush_exit() {
if (class_exists('DrupalAPCCache')) {
DrupalAPCCache::remoteFlush();
}
}
Functions
Name | Description |
---|---|
apc_drush_exit | Implements hook_drush_exit(). |