scope ai_mechListNamesForAngleBracketCategory. static TimedCache> #cache = TimedCache(10.0); static Set ai_mechListNamesForAngleBracketCategory(S s) { Map> map = cache.get(f newHashMap); if (map.containsKey(s)) ret map.get(s); // Derive from the category name Set set = litCISet(plural_mech(replace(deAngleBracket(s), "_", " "))); set.addAll(mechMultiMapCI("Word category => List").get(s)); map.put(s, set); ret set; }