Prado\Caching\TCache::generateUniqueKey PHP Méthode

generateUniqueKey() protected méthode

protected generateUniqueKey ( $key ) : sring
Résultat sring a key generated from the provided key which ensures the uniqueness across applications
    protected function generateUniqueKey($key)
    {
        return md5($this->_prefix . $key);
    }