You are here

function drush_expire_node in Cache Expiration 7.2

Callback for expire-node drush command.

1 string reference to 'drush_expire_node'
expire_drush_command in ./expire.drush.inc
Implements hook_drush_command().

File

./expire.drush.inc, line 146
This is the drush integration for the expire module.

Code

function drush_expire_node() {
  _drush_expire_entity('node');
}