Home
last modified time | relevance | path

Searched refs:fetchedDefinitions (Results 1 – 2 of 2) sorted by relevance

/dports/audio/ampache/ampache-php74-5.0.0/vendor/php-di/php-di/src/
H A DContainer.php62 private $fetchedDefinitions = []; variable in DI\\Container
153 if (!array_key_exists($name, $this->fetchedDefinitions)) {
154 $this->fetchedDefinitions[$name] = $this->definitionSource->getDefinition($name);
157 return $this->fetchedDefinitions[$name];
401 $this->fetchedDefinitions = []; // Completely clear this local cache
/dports/www/matomo/piwik/vendor/php-di/php-di/src/
H A DContainer.php62 private $fetchedDefinitions = []; variable in DI\\Container
154 if (!array_key_exists($name, $this->fetchedDefinitions)) {
155 $this->fetchedDefinitions[$name] = $this->definitionSource->getDefinition($name);
158 return $this->fetchedDefinitions[$name];
404 $this->fetchedDefinitions = []; // Completely clear this local cache