You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin пре 2 година
..
Backend checkin пре 2 година
Test/Unit checkin пре 2 година
LockBackendFactory.php checkin пре 2 година
LockManagerInterface.php checkin пре 2 година
Proxy.php checkin пре 2 година
README.md checkin пре 2 година

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