Prado\Caching\TGlobalStateCacheDependency::getHasChanged PHP Method

getHasChanged() public method

This method returns true if the specified global state is changed.
public getHasChanged ( ) : boolean
return boolean whether the dependency is changed or not.
    public function getHasChanged()
    {
        return $this->_stateValue !== Prado::getApplication()->getGlobalState($this->_stateName);
    }