Factory
class Factory implements LoggerAwareInterface
Factory provides method to create locks.
Traits
LoggerAwareTrait
Methods
createLock(string $resource, float|null $ttl = 300.0, bool $autoRelease = true)
Creates a lock for the given resource.
Details
Lock
createLock(string $resource, float|null $ttl = 300.0, bool $autoRelease = true)
Creates a lock for the given resource.