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 years ago
..
Backend checkin 2 years ago
Test/Unit checkin 2 years ago
LockBackendFactory.php checkin 2 years ago
LockManagerInterface.php checkin 2 years ago
Proxy.php checkin 2 years ago
README.md checkin 2 years ago

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