Home
last modified time | relevance | path

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

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