Nette\Caching\Storages\SQLiteStorage::lock PHP Method

lock() public method

Prevents item reading and writing. Lock is released by write() or remove().
public lock ( $key ) : void
return void
    public function lock($key)
    {
    }