51 $resources = array($resources);
56 foreach ($resources as $resource) {
57 $id = (string) $resource;
58 if (!$this->configCache->has($id) || ($this->debug && !$resource->isFresh($this->configCache->getTimestamp($id)))) {
59 $formulae += $this->loader->load($resource);
60 $this->configCache->set($id, $formulae);
62 $formulae += $this->configCache->get($id);
A config cache stores values using var_export() and include.
An exception for terminatinating execution or to throw for unit testing.
A resource is something formulae can be loaded from.
A resource is something formulae can be loaded from.