Prado\Web\TCacheHttpSession::_destroy PHP Method

_destroy() public method

This method should be overriden if {@link setUseCustomStorage UseCustomStorage} is set true.
public _destroy ( $id ) : boolean
return boolean whether session is destroyed successfully
    public function _destroy($id)
    {
        return $this->_cache->delete($this->calculateKey($id));
    }