Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DMarkupCacheDependencies.php94 private $dependenciesCacheStore; variable in ComboStrap\\MarkupCacheDependencies
377 if ($this->dependenciesCacheStore !== null) {
378 return $this->dependenciesCacheStore;
391 $this->dependenciesCacheStore = new CacheParser($wikiId, $localPath, "deps.json");
392 return $this->dependenciesCacheStore;