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

calculateKey() защищенный Метод

protected calculateKey ( $timestamp ) : string
Результат string a key that is unique per user request
    protected function calculateKey($timestamp)
    {
        return $this->getKeyPrefix() . ':' . $this->_page->getRequest()->getUserHostAddress() . $this->_page->getPagePath() . $timestamp;
    }