getHasChanged() public method
Performs the actual dependency checking.
This method returns true if any of the dependency objects reports a dependency change.
public boolean getHasChanged ( $cache ) | ||
---|---|---|
$cache | yii\caching\Cache |
The cache component that is currently evaluating this dependency |
return | boolean |
Whether the dependency is changed or not. |
Please login to continue.