BaiduStore::getKeyForStore PHP Method

getKeyForStore() protected method

Get the actual key name for current storage engine.
protected getKeyForStore ( string $key ) : string
$key string The original key name
return string
    protected function getKeyForStore($key)
    {
        return implode('_', array('bds', $this->clientId, $key));
    }