Пример #1
0
 public function clear()
 {
     $this->tarantool->call('queue.truncate', [$this->getOption('space'), $this->getOption('tube_name')]);
 }
Пример #2
0
 /**
  * {@inheritdoc}
  */
 public function clear()
 {
     $this->tarantool->call('queue.truncate', [$this->space, $this->tubeName]);
 }