BaiduStore::getKeyForStore PHP 메소드

getKeyForStore() 보호된 메소드

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