BaiduStore::getKeyForStore PHP Méthode

getKeyForStore() protected méthode

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