Prado\Web\UI\TCachePageStatePersister::getKeyPrefix PHP Метод

getKeyPrefix() публичный Метод

public getKeyPrefix ( ) : string
Результат string prefix of cache variable name to avoid conflict with other cache data. Defaults to 'statepersister'.
    public function getKeyPrefix()
    {
        return $this->_prefix;
    }