Searched refs:metaCache (Results 1 – 3 of 3) sorted by relevance
13 private static $metaCache = []; variable in helper_plugin_autotooltip187 if (isset(self::$metaCache[$id])) {188 return self::$metaCache[$id];204 self::$metaCache[$id] = $results;
81 public CacheRenderer $metaCache; variable in ComboStrap\\FetcherMarkup1217 $useCache = $this->metaCache->useCache($depends);1305 $this->metaCache->storeCache(time());
354 $newFetcherMarkup->metaCache = new CacheRenderer($wikiId, $localFile, 'metadata');