/**
  * Execute action for a single entry.
  * @param ENTRY $entry
  * @access private
  */
 protected function _entry_run($entry)
 {
     $entry->purge($this->_purge_options_for($entry));
 }