Overrides LockBackendInterface::getLockId
public function getLockId() { if (!isset($this->lockId)) { $this->lockId = uniqid((string) mt_rand(), TRUE); } return $this->lockId; }