static TimedCache> mechListNames_cache = new TimedCache(10.0); static Set mechListNames() { ret mechListNames_cache.get(func { asCISet(mechListNames_fresh()) }); }