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