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

getKeyPrefix() public méthode

public getKeyPrefix ( ) : string
Résultat string a unique prefix for the keys of cached values. If it is not explicitly set, it will take the value of {@link TApplication::getUniqueID}.
    public function getKeyPrefix()
    {
        return $this->_prefix;
    }