protected function getKey($key)
 {
     $md5 = md5($key);
     return $this->storage->generatekey($this->prefix, $md5);
 }