static TimedCache mechListMD5s_cache = new TimedCache(10.0); static SS mechListMD5s() { ret mechListMD5s_cache.get(func { mechListMD5s_fresh() }); }