protected property ConfigIteratorSettings::$cache in Configuration Management 7.2
An array that storage the already processed configurations. If a configuration is in this array, it will not be loaded in each iteration.
Type: array
File
- lib/
Drupal/ configuration/ Utils/ ConfigIteratorSettings.php, line 46 - Definition of Drupal\configuration\Utils\ConfigIteratorSettings.
Class
Namespace
Drupal\configuration\UtilsCode
protected $cache = array();