public function DependencyStack::ignoreCache in Dependency Calculation 8
Set whether this stack should be able to load cached values.
Parameters
bool $value:
File
- src/
DependencyStack.php, line 50
Class
- DependencyStack
- The dependencies stack.
Namespace
Drupal\depcalcCode
public function ignoreCache(bool $value = TRUE) {
$this->ignoreCache = $value;
}