Prado\Caching\TApplicationStateCacheDependency::getHasChanged PHP Method

getHasChanged() public method

This method returns true if the currently running application is not in performance mode.
public getHasChanged ( ) : boolean
return boolean whether the dependency is changed or not.
    public function getHasChanged()
    {
        return Prado::getApplication()->getMode() !== TApplicationMode::Performance;
    }
TApplicationStateCacheDependency