Example #1
0
 /**
  * {@inheritdoc}
  */
 protected function doSave($id, $data, $lifeTime = false)
 {
     return $this->store->put($id, $data, $lifeTime);
 }