The "get with lock" getl() method allows
for direct access to a given key/value pair while locking,
providing exclusive access to an item for a period of time.
The getl() method obtains an object
stored in Couchbase and locks for time limited exclusive access.
Default lock expiry is 15 seconds.
For example:
couchbase.getl("somekey",30)