25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 yıl önce
..
Backend checkin 2 yıl önce
Test/Unit checkin 2 yıl önce
LockBackendFactory.php checkin 2 yıl önce
LockManagerInterface.php checkin 2 yıl önce
Proxy.php checkin 2 yıl önce
README.md checkin 2 yıl önce

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