LockProvider
interface LockProvider (View source)
Methods
| Lock |  lock(string $name, int $seconds = 0, string|null $owner = null)  Get a lock instance.  |  |
| Lock |  restoreLock(string $name, string $owner)  Restore a lock instance using the owner identifier.  |  
Details
Lock lock(string $name, int $seconds = 0, string|null $owner = null)
Get a lock instance.
Lock restoreLock(string $name, string $owner)
Restore a lock instance using the owner identifier.
    © Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
    https://laravel.com/api/5.8/Illuminate/Contracts/Cache/LockProvider.html