Ejemplo n.º 1
0
 public function unlock($key)
 {
     return $this->writeStore->unlock($key);
 }
Ejemplo n.º 2
0
 public function unlock($key)
 {
     return $this->backend->unlock($key);
 }