Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin il y a 2 ans
..
Backend checkin il y a 2 ans
Test/Unit checkin il y a 2 ans
LockBackendFactory.php checkin il y a 2 ans
LockManagerInterface.php checkin il y a 2 ans
Proxy.php checkin il y a 2 ans
README.md checkin il y a 2 ans

README.md

Lock library

Lock library provides mechanism to acquire Magento system-wide lock. Default implementation is based on MySQL locks, where any locks are automatically released on connection close.

The library provides interface LockManagerInterface which provides following methods:

  • lock - Acquires a named lock
  • unlock - Releases a named lock
  • isLocked - Tests if a named lock exists