public function set_userdata($aKey, $aValue)
 {
     assert(!is_null($this->driver));
     return $this->driver->set_userdata($aKey, $aValue);
 }