Searched refs:configCache (Results 1 – 1 of 1) sorted by relevance
28 private $configCache; variable in Assetic\\Factory\\Loader\\CachedFormulaLoader38 * @param ConfigCache $configCache A config cache41 …public function __construct(FormulaLoaderInterface $loader, ConfigCache $configCache, $debug = fal… argument44 $this->configCache = $configCache;58 …if (!$this->configCache->has($id) || ($this->debug && !$resource->isFresh($this->configCache->getT…60 $this->configCache->set($id, $formulae);62 $formulae += $this->configCache->get($id);