/**
  * {@inheritDoc}
  */
 public function write($sessionId, $data)
 {
     return $this->cache->put($sessionId, $data, $this->minutes);
 }