class Illuminate / Cache / NoLock
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

NoLock

Extends

Methods

public

acquire ( ) : bool

Attempt to acquire the lock.

public

release ( ) : bool

Release the lock.

public

forceRelease ( ) : void

Releases this lock in disregard of ownership.

protected

getCurrentOwner ( ) : mixed

Returns the owner value written into the driver for this lock.