Home
last modified time | relevance | path

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

/plugin/pagesicon/
H A Daction.php464 private static array $linkIconCache = []; variable in action_plugin_pagesicon
467 if (!array_key_exists($pageId, self::$linkIconCache)) {
469 self::$linkIconCache[$pageId] = $url ?: null;
471 return self::$linkIconCache[$pageId];