Prado\Web\TCacheHttpSession::_read PHP Method

_read() public method

Session read handler.
public _read ( $id ) : string
return string the session data
    public function _read($id)
    {
        return $this->_cache->get($this->calculateKey($id));
    }