generateDependencyData() protected method
Generates the data needed to determine if dependency has been changed.
This method returns the value of the global state.
protected mixed generateDependencyData ( $cache ) | ||
---|---|---|
$cache | yii\caching\Cache |
The cache component that is currently evaluating this dependency |
return | mixed |
The data needed to determine if dependency has been changed. |
throws | yii\base\InvalidConfigException |
if $db is not a valid application component ID |
Please login to continue.