/**
  * Garbage collect the configured DynamoDB session table
  */
 public function collect()
 {
     return $this->handler->garbageCollect();
 }