Cml\Lock\Base::getKey PHP Method

getKey() protected method

组装key
protected getKey ( string $key ) : string
$key string 要上的锁的key
return string
    protected function getKey($key)
    {
        return Config::get('lock_prefix') . $key;
    }