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;
    }