2022.09-rc
Philipp Holzer 2018-06-26 23:44:30 +02:00
rodzic d409a92ca2
commit acf6a5cb9e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 58160D7D6AF942B6
3 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -35,4 +35,4 @@ interface ILockDriver
* @return void
*/
public function releaseAll();
}
}

Wyświetl plik

@ -83,4 +83,4 @@ class MemcacheLockDriver implements ILockDriver
// We cannot delete all cache entries, but this doesn't matter with memcache
return;
}
}
}

Wyświetl plik

@ -79,4 +79,4 @@ class SemaphoreLockDriver implements ILockDriver
// not needed/supported
return;
}
}
}