api/laravel/Cache/NoLock.yaml
2024-09-26 02:03:21 -07:00

39 lines
681 B
YAML

name: NoLock
class_comment: null
dependencies: []
properties: []
methods:
- name: acquire
visibility: public
parameters: []
comment: '# * Attempt to acquire the lock.
# *
# * @return bool'
- name: release
visibility: public
parameters: []
comment: '# * Release the lock.
# *
# * @return bool'
- name: forceRelease
visibility: public
parameters: []
comment: '# * Releases this lock in disregard of ownership.
# *
# * @return void'
- name: getCurrentOwner
visibility: protected
parameters: []
comment: '# * Returns the owner value written into the driver for this lock.
# *
# * @return mixed'
traits: []
interfaces: []