Prado\Caching\TCache::getKeyPrefix PHP Method

getKeyPrefix() public method

public getKeyPrefix ( ) : string
return 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;
    }