Gc\Event\CacheEvent::getAbort PHP Method

getAbort() public method

Retrieve if abort is set
public getAbort ( ) : boolean
return boolean
    public function getAbort()
    {
        return $this->abort;
    }