Home
last modified time | relevance | path

Searched refs:metaCache (Results 1 – 3 of 3) sorted by last modified time

/plugin/combo/ComboStrap/
H A DFetcherMarkupBuilder.php354 $newFetcherMarkup->metaCache = new CacheRenderer($wikiId, $localFile, 'metadata');
H A DFetcherMarkup.php81 public CacheRenderer $metaCache; variable in ComboStrap\\FetcherMarkup
1210 $useCache = $this->metaCache->useCache($depends);
1298 $this->metaCache->storeCache(time());
/plugin/autotooltip/
H A Dhelper.php13 private static $metaCache = [];
185 if (isset(self::$metaCache[$id])) {
186 return self::$metaCache[$id];
202 self::$metaCache[$id] = $results;
12 private static $metaCache = []; global() variable in helper_plugin_autotooltip