Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/
H A DCachedFormulaLoader.php28 private $configCache; variable in Assetic\\Factory\\Loader\\CachedFormulaLoader
38 * @param ConfigCache $configCache A config cache
41 …public function __construct(FormulaLoaderInterface $loader, ConfigCache $configCache, $debug = fal… argument
44 $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);