The acquire
method acquires a lock only if the lock is not already acquired.
Returns true if not already acquired othewise false is returned.
The refresh
method will upadte ttl of lock if it matches the given key
and matches the given owner
.
Returns true if the update occured otherwise false is returned.
This
NoOpLockAdapter
will do nothing and is used for easily mockingILockProvider
for testing.IMPORT_PATH:
"@daiso-tech/core/lock/adapters"