Extension to base HashTable class by adding lock methods to prevent access from other PHP processes.
lock(string $key)
Obtain lock on a key.
The key to lock.
unlock(string $key)
Release lock on a key.