Prado\Web\TCacheHttpSession::_destroy PHP 메소드

_destroy() 공개 메소드

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