Prado\Web\TCacheHttpSession::calculateKey PHP Method

calculateKey() protected method

protected calculateKey ( $id ) : string
return string a safe cache key associated with the session variable name
    protected function calculateKey($id)
    {
        return $this->_prefix . ':' . $id;
    }