namespace Symfony\Component\Lock
Object name | File name | Summary |
---|---|---|
BlockingSharedLockStoreInterface | vendor/symfony/lock/BlockingSharedLockStoreInterface.php | @author Jérémy Derussé <jeremy@derusse.com> |
BlockingStoreInterface | vendor/symfony/lock/BlockingStoreInterface.php | @author Hamza Amrouche <hamza.simperfit@gmail.com> |
Key | vendor/symfony/lock/Key.php | Key is a container for the state of the locks in stores. |
Lock | vendor/symfony/lock/Lock.php | Lock is the default implementation of the LockInterface. |
LockFactory | vendor/symfony/lock/LockFactory.php | Factory provides method to create locks. |
LockInterface | vendor/symfony/lock/LockInterface.php | LockInterface defines an interface to manipulate the status of a lock. |
NoLock | vendor/symfony/lock/NoLock.php | A non locking lock. |
PersistingStoreInterface | vendor/symfony/lock/PersistingStoreInterface.php | @author Jérémy Derussé <jeremy@derusse.com> |
SharedLockInterface | vendor/symfony/lock/SharedLockInterface.php | SharedLockInterface defines an interface to manipulate the status of a shared lock. |
SharedLockStoreInterface | vendor/symfony/lock/SharedLockStoreInterface.php | @author Jérémy Derussé <jeremy@derusse.com> |