class FauxLock extends LockAbstract

FauxLock doesn't actually lock anything.

This is used during the import process to keep the locks from becoming a bottleneck.

Methods

getLock($name, $blocking)

No description

isLocked($name)

No description

releaseLock($name)

No description

Details

at line 13
protected getLock($name, $blocking)

Parameters

$name
$blocking

at line 18
isLocked($name)

Parameters

$name

at line 23
releaseLock($name)

Parameters

$name